mirror of
https://github.com/git/git.git
synced 2025-12-12 20:36:24 +01:00
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);
|