Added a prototype for iwildmatch().

This commit is contained in:
Wayne Davison
2005-12-30 07:09:34 +00:00
parent 0fe987e226
commit 933d1dfd0f

View File

@@ -1,3 +1,4 @@
/* wildmatch.h */
int wildmatch(const char *pattern, const char *text);
int iwildmatch(const char *pattern, const char *text);