One place less to worry about thread safety. Also combine wildmatch and iwildmatch into one. Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
4 lines
84 B
C
4 lines
84 B
C
/* wildmatch.h */
|
|
|
|
int wildmatch(const char *pattern, const char *text, int flags);
|