diff options
author | Junio C Hamano <gitster@pobox.com> | 2015-01-14 23:57:08 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-01-15 20:05:48 +0100 |
commit | 667f7eb2eac5b5b369dc2a3f444e6057563e683a (patch) | |
tree | f91279312d5a1320a34628df0c72606333a6145e /urlmatch.h | |
parent | revision.c: make save_parents() and free_saved_parents() static (diff) | |
download | git-667f7eb2eac5b5b369dc2a3f444e6057563e683a.tar.xz git-667f7eb2eac5b5b369dc2a3f444e6057563e683a.zip |
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; |