summaryrefslogtreecommitdiff
path: root/src/http.h
diff options
context:
space:
mode:
authornirav <nirav@teisuu.com>2019-03-28 09:10:52 +0530
committernirav <nirav@teisuu.com>2019-03-28 09:10:52 +0530
commit477e1ba2977435ae7bb75c7dbd95cf28247f89bd (patch)
treece1f9719a7d11bbd47e9adea26dd610bc087962e /src/http.h
parentcc727e972f7fdc871ee1f42cf014151b67422bf0 (diff)
downloadap_client-master.tar.gz
ap_client-master.zip
Move APIs into libgs dirHEADmaster
Diffstat (limited to 'src/http.h')
-rw-r--r--src/http.h10
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