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));

View File

@@ -24,7 +24,7 @@
char * strip_newline (char *)
char * stripchars (char *, const char *, const char *)
char * stripdigits (char *)
unsigned Strlen_ (const char *str, const char *, int)
unsigned Strlen_ (const char *str, const char *, int)
char * eos (char *)
boolean str_start_is (const char *, const char *, boolean)
boolean str_end_is (const char *, const char *)