diff options
Diffstat (limited to 'src/http.h')
| -rw-r--r-- | src/http.h | 2 | 
1 files changed, 1 insertions, 1 deletions
@@ -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  | 
