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