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.h | 1 - 1 file changed, 1 deletion(-) (limited to 'urlmatch.h') diff --git a/urlmatch.h b/urlmatch.h index b461dfd3df..528862adc5 100644 --- a/urlmatch.h +++ b/urlmatch.h @@ -31,7 +31,6 @@ struct url_info { }; extern char *url_normalize(const char *, struct url_info *); -extern int match_urls(const struct url_info *url, const struct url_info *url_prefix, int *exactusermatch); struct urlmatch_item { size_t matched_len; -- cgit v1.2.3