summaryrefslogtreecommitdiff
path: root/src/client/HTTP.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/HTTP.h')
-rw-r--r--src/client/HTTP.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/HTTP.h b/src/client/HTTP.h
index 51b9438..c83284a 100644
--- a/src/client/HTTP.h
+++ b/src/client/HTTP.h
@@ -39,6 +39,7 @@ char *http_async_req_stop(void *ctx, int *ret, int *len);
void http_async_req_close(void *ctx);
char *http_multipart_post(char *uri, char **names, char **parts, int *plens, char *user, char *pass, char * session_id, int *ret, int *len);
+void *http_multipart_post_async(char *uri, char **names, char **parts, int *plens, char *user, char *pass, char * session_id);
char *http_ret_text(int ret);