diff options
Diffstat (limited to 'src/http.h')
-rw-r--r-- | src/http.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5,5 +5,6 @@ int http_init(); void http_cleanup(); char *get_request(const char *url); char *post_request(const char *url, char *data); +int http_post_async(char *url, char *post_data, void (*callback)(char *)); #endif |