diff options
author | corvid <corvid@lavabit.com> | 2009-04-04 04:00:57 +0000 |
---|---|---|
committer | corvid <corvid@lavabit.com> | 2009-04-04 04:00:57 +0000 |
commit | b9c1cd2a051f4a04f62a910477a1ca7546a5d3d5 (patch) | |
tree | f5792757ae9ec36106579b8c5bbbf9457a2eae9b /src/IO | |
parent | 4c958c3acba0174891a8e63fab8543e3f181f7ae (diff) |
static for Http_make_content_type
Diffstat (limited to 'src/IO')
-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; |