diff options
author | Junio C Hamano <gitster@pobox.com> | 2015-01-14 14:57:08 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-01-15 11:05:48 -0800 |
commit | 667f7eb2eac5b5b369dc2a3f444e6057563e683a (patch) | |
tree | f91279312d5a1320a34628df0c72606333a6145e /urlmatch.h | |
parent | 0131c4909674b35f870916f875e6404e3ba58bc9 (diff) | |
download | git-667f7eb2eac5b5b369dc2a3f444e6057563e683a.tar.gz |
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.h | 1 |
1 files changed, 0 insertions, 1 deletions
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; |