summaryrefslogtreecommitdiff
path: root/urlmatch.h
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2015-01-14 22:57:08 (GMT)
committerJunio C Hamano <gitster@pobox.com>2015-01-15 19:05:48 (GMT)
commit667f7eb2eac5b5b369dc2a3f444e6057563e683a (patch)
treef91279312d5a1320a34628df0c72606333a6145e /urlmatch.h
parent0131c4909674b35f870916f875e6404e3ba58bc9 (diff)
downloadgit-667f7eb2eac5b5b369dc2a3f444e6057563e683a.zip
git-667f7eb2eac5b5b369dc2a3f444e6057563e683a.tar.gz
git-667f7eb2eac5b5b369dc2a3f444e6057563e683a.tar.bz2
urlmatch.c: make match_urls() static
No external callers exist. Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'urlmatch.h')
-rw-r--r--urlmatch.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/urlmatch.h b/urlmatch.h
index b461dfd..528862a 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;