diff options
Diffstat (limited to 'src/common/strlib.h')
-rw-r--r-- | src/common/strlib.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/strlib.h b/src/common/strlib.h index 51d865149..225228c74 100644 --- a/src/common/strlib.h +++ b/src/common/strlib.h @@ -20,4 +20,5 @@ char *_strtok_r(char *s1, const char *s2, char **lasts); // custom functions
int remove_control_chars(unsigned char *);
char *trim(char *str, const char *delim);
+const char *stristr(const char *haystack, const char *needle);
#endif
|