X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=urlmatch.c;h=dcef878748d6aa02e48b54bcd9eaffa648e45c41;hp=c8029d84591f6b6a2cd596f767065aef0e185b96;hb=219fa886aefc1c0bac2d84f49e6147faacb0838a;hpb=5ca53f92bc634c20fed90f338ac41561f87b834c diff --git a/urlmatch.c b/urlmatch.c index c8029d84..dcef8787 100644 --- a/urlmatch.c +++ b/urlmatch.c @@ -491,7 +491,7 @@ static int unknown_method(const char *method) * JB_ERR_PARSE if the HTTP version is unsupported * *********************************************************************/ -jb_err static normalize_http_version(char *http_version) +static jb_err normalize_http_version(char *http_version) { unsigned int major_version; unsigned int minor_version;