summaryrefslogtreecommitdiff
path: root/src/http.h
diff options
context:
space:
mode:
authornirav <nirav@teisuu.com>2019-03-10 23:45:19 +0530
committerDandelion <nirav@teisuu.com>2019-03-11 23:05:22 +0530
commit63e8c7f9d095fe0b1e0b44f950230c0e238f166d (patch)
tree01e0211f4fdede1eccda010fc944b3a0180a9632 /src/http.h
parent7e8ea36eb8106b4847af13a27a3e8f3177d25809 (diff)
downloadap_client-63e8c7f9d095fe0b1e0b44f950230c0e238f166d.tar.gz
ap_client-63e8c7f9d095fe0b1e0b44f950230c0e238f166d.zip
Add config and log
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