mirror of
http://galexander.org/git/simplesshd.git
synced 2024-11-15 19:48:56 +00:00
d8cc8daef9
need...but most of it remains.
7 lines
282 B
C
7 lines
282 B
C
/* wildmatch.h */
|
|
|
|
int wildmatch(const char *pattern, const char *text);
|
|
int iwildmatch(const char *pattern, const char *text);
|
|
int wildmatch_array(const char *pattern, const char*const *texts, int where);
|
|
int litmatch_array(const char *string, const char*const *texts, int where);
|