(no commit message)
authorJean-Philippe Orsini <jeanfi@gmail.com>
Tue, 23 Apr 2013 17:21:59 +0000 (17:21 +0000)
committerJean-Philippe Orsini <jeanfi@gmail.com>
Tue, 23 Apr 2013 17:21:59 +0000 (17:21 +0000)
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 *);