diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/IO/http.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/IO/http.c b/src/IO/http.c index 6a98a5a1..749c75b5 100644 --- a/src/IO/http.c +++ b/src/IO/http.c @@ -173,7 +173,7 @@ static char *Http_get_referer(const DilloUrl *url) /* * Generate Content-Type header value for a POST query. */ -Dstr *Http_make_content_type(const DilloUrl *url) +static Dstr *Http_make_content_type(const DilloUrl *url) { Dstr *dstr; |