From 63e8c7f9d095fe0b1e0b44f950230c0e238f166d Mon Sep 17 00:00:00 2001 From: nirav Date: Sun, 10 Mar 2019 23:45:19 +0530 Subject: Add config and log --- src/http.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/http.h') 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 -- cgit v1.2.3