From 477e1ba2977435ae7bb75c7dbd95cf28247f89bd Mon Sep 17 00:00:00 2001 From: nirav Date: Thu, 28 Mar 2019 09:10:52 +0530 Subject: Move APIs into libgs dir --- src/http.h | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 src/http.h (limited to 'src/http.h') 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 -- cgit v1.2.3