mirror of
https://github.com/git/git.git
synced 2024-10-31 06:17:56 +01:00
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);
|