utils/match.c constify Match() and add prototype

This commit is contained in:
Darryl L. Miles
2024-12-26 15:20:58 -05:00
committed by Tim Edwards
parent b8dae95515
commit 2ba1d20ab4
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ extern char *nextName();
extern FILE *PaOpen(char *, char *, char *, char *, char *, char **);
extern FILE *PaLockOpen(char *, char *, char *, char *, char *, char **, bool *, int *);
extern char *StrDup(char **, const char *);
extern int Match();
extern bool Match(const char *pattern, const char *string);
extern char *ArgStr();
extern bool StrIsWhite(const char *, bool);
extern bool StrIsInt(const char *);