diff options
author | jcid <devnull@localhost> | 2007-11-17 15:18:35 +0100 |
---|---|---|
committer | jcid <devnull@localhost> | 2007-11-17 15:18:35 +0100 |
commit | 9fce735bdcebd04957360f4b673b1dfe4645f0af (patch) | |
tree | 4d4321f2f1ba3aa089e61b48bf3812415bc76e1a /src/capi.c | |
parent | dfd741a2a60c8013cf96666bb9f24408b863790e (diff) |
Added the "static" qualifier where missing.
Diffstat (limited to 'src/capi.c')
-rw-r--r-- | src/capi.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -237,7 +237,7 @@ static int Capi_dpi_verify_request(DilloWeb *web) /* * If the url belongs to a dpi server, return its name. */ -int Capi_url_uses_dpi(DilloUrl *url, char **server_ptr) +static int Capi_url_uses_dpi(DilloUrl *url, char **server_ptr) { char *p, *server = NULL, *url_str = URL_STR(url); |