X-Git-Url: https://git.wpitchoune.net/gitweb/?p=prss.git;a=blobdiff_plain;f=src%2Fhttp.c;h=12f8b72a64c25c32c1e5668c5918de4e13f50b0d;hp=44384232492e794f220e1db18126bbd14b9ef29c;hb=40d30b549ad41af63da74a3c7cb36db7f5e089e7;hpb=f93956db82f2d478b1a3dfd34d3fe024d4afd636 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;