From: Jean-Philippe Orsini Date: Tue, 23 Apr 2013 17:21:59 +0000 (+0000) Subject: (no commit message) X-Git-Url: https://git.wpitchoune.net/gitweb/?p=prss.git;a=commitdiff_plain;h=78ac024c7f47e3e7ca301ab983f688bc3d6e686e --- 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 *);