From 78ac024c7f47e3e7ca301ab983f688bc3d6e686e Mon Sep 17 00:00:00 2001 From: Jean-Philippe Orsini Date: Tue, 23 Apr 2013 17:21:59 +0000 Subject: [PATCH] --- src/http.h | 1 + 1 file changed, 1 insertion(+) 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 *); -- 2.7.4