summaryrefslogtreecommitdiff
path: root/src/client/HTTP.h
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2013-03-21 21:49:06 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2013-03-21 21:49:06 (GMT)
commit81a34222d1797f112a65c30f9ef7db07562ffdf1 (patch)
tree4a7500b25f58cf13a4744ea75ae855c0495d5613 /src/client/HTTP.h
parentb4564f212a17539604e9fa63d649e157f8888eb1 (diff)
downloadpowder-81a34222d1797f112a65c30f9ef7db07562ffdf1.zip
powder-81a34222d1797f112a65c30f9ef7db07562ffdf1.tar.gz
POST requests for APIRequest, allow saving user details from within the game, Asynchronous HTTP POST
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);