Added prototype for HTTP multi-part post parser for rhizome direct.

This commit is contained in:
gardners 2012-09-05 15:51:22 +09:30
parent ed7edd3865
commit e73f0262c7

View File

@ -369,6 +369,8 @@ int rhizome_server_sql_query_fill_buffer(rhizome_http_request *r, char *table, c
int rhizome_http_server_start(int (*http_parse_func)(rhizome_http_request *),
const char *http_parse_func_description,
int port_low,int port_high);
int rhizome_direct_process_post_multipart_bytes
(rhizome_http_request *r,const char *bytes,int count);
extern unsigned char favicon_bytes[];
extern int favicon_len;