(no commit message)
[prss.git] / src / http.h
index 3c717c9..91ffcc2 100644 (file)
  * 02110-1301 USA
  */
 
-#ifndef _PHTTP_H_
-#define _PHTTP_H_
+#ifndef _PRSS_HTTP_H_
+#define _PRSS_HTTP_H_
 
-void phttp_init();
+void http_init();
 json_object *get_json_object(const char *url);
 json_object *post_json_object(const char *url, struct json_object *);