un-streq followup

This commit is contained in:
nhkeni
2022-03-19 20:49:00 -04:00
parent ffd84583d0
commit 7840ef9554
2 changed files with 1 additions and 2 deletions

View File

@@ -1001,7 +1001,6 @@ extern int strncmpi(const char *, const char *, int);
#ifndef STRSTRI
extern char *strstri(const char *, const char *);
#endif
extern int streq(const char *, const char *, boolean);
extern boolean fuzzymatch(const char *, const char *, const char *, boolean);
extern void init_random(int(*fn)(int));
extern void reseed_random(int(*fn)(int));