X-Git-Url: https://git.wpitchoune.net/gitweb/?p=prss.git;a=blobdiff_plain;f=src%2Fhttp.h;fp=src%2Fhttp.h;h=16c25cca44ea7e338e41704739adeb14b569b068;hp=91ffcc2dc8b2304abdd01260a41882cace4818dd;hb=78ac024c7f47e3e7ca301ab983f688bc3d6e686e;hpb=47231117238180500e22522eb470530bad381dd1 diff --git a/src/http.h b/src/http.h index 91ffcc2..16c25cc 100644 --- a/src/http.h +++ b/src/http.h @@ -21,6 +21,7 @@ #define _PRSS_HTTP_H_ void http_init(); +void http_cleanup(); json_object *get_json_object(const char *url); json_object *post_json_object(const char *url, struct json_object *);