X-Git-Url: https://git.wpitchoune.net/gitweb/?p=prss.git;a=blobdiff_plain;f=src%2Fhttp.c;h=12f8b72a64c25c32c1e5668c5918de4e13f50b0d;hp=44384232492e794f220e1db18126bbd14b9ef29c;hb=162e41906b89dad6110b0b6f78ccc5855eca43da;hpb=e55e4740384c307e2634e886546983bac3a24543 diff --git a/src/http.c b/src/http.c index 4438423..12f8b72 100644 --- a/src/http.c +++ b/src/http.c @@ -66,7 +66,7 @@ void http_cleanup() curl_easy_cleanup(curl); } -char *http_get(const char *url, const char *content) +static char *http_get(const char *url, const char *content) { struct ucontent chunk; int result;