mirror of
https://github.com/git/git.git
synced 2024-11-23 18:05:29 +08:00
b0e0287626
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
5 lines
128 B
C
5 lines
128 B
C
/* wildmatch.h */
|
|
|
|
int wildmatch(const char *pattern, const char *text);
|
|
int iwildmatch(const char *pattern, const char *text);
|