Tweaked the name of the first arg to wildmatch().

This commit is contained in:
Wayne Davison
2005-12-18 19:38:47 +00:00
parent d802ea54da
commit de01941274

View File

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