summaryrefslogtreecommitdiff
path: root/src/http.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/http.h')
-rw-r--r--src/http.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http.h b/src/http.h
index 32828db..8e69b55 100644
--- a/src/http.h
+++ b/src/http.h
@@ -5,6 +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 *));
+/* int http_post_async(char *url, char *post_data, void (*callback)(char *)); */
#endif