(no commit message)
[prss.git] / src / http.h
index 91ffcc2..16c25cc 100644 (file)
@@ -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 *);