From 667f7eb2eac5b5b369dc2a3f444e6057563e683a Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Wed, 14 Jan 2015 14:57:08 -0800 Subject: urlmatch.c: make match_urls() static No external callers exist. Signed-off-by: Junio C Hamano --- urlmatch.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'urlmatch.c') diff --git a/urlmatch.c b/urlmatch.c index 618d216491..132d342bc1 100644 --- a/urlmatch.c +++ b/urlmatch.c @@ -412,9 +412,9 @@ static size_t url_match_prefix(const char *url, return 0; } -int match_urls(const struct url_info *url, - const struct url_info *url_prefix, - int *exactusermatch) +static int match_urls(const struct url_info *url, + const struct url_info *url_prefix, + int *exactusermatch) { /* * url_prefix matches url if the scheme, host and port of url_prefix -- cgit v1.2.3