diff options
Diffstat (limited to 'src/http.h')
-rw-r--r-- | src/http.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/http.h b/src/http.h deleted file mode 100644 index 8e69b55..0000000 --- a/src/http.h +++ /dev/null @@ -1,10 +0,0 @@ -#ifndef __HTTP_H -#define __HTTP_H - -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 |