X-Git-Url: https://git.wpitchoune.net/gitweb/?p=prss.git;a=blobdiff_plain;f=src%2Fhttp.h;h=91ffcc2dc8b2304abdd01260a41882cace4818dd;hp=3c717c90675169a8c6e037178fa6f1af27938e9c;hb=47231117238180500e22522eb470530bad381dd1;hpb=1087cf87f08c0311004e47b05cae0f6649d835f7 diff --git a/src/http.h b/src/http.h index 3c717c9..91ffcc2 100644 --- a/src/http.h +++ b/src/http.h @@ -17,10 +17,10 @@ * 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 *);