aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2018-09-01 10:39:36 -0400
committerGitHub <noreply@github.com>2018-09-01 10:39:36 -0400
commit89a045835f284e368f36ea5b508f70a41f65d6be (patch)
tree7c966de2d4c3dacdbf337a7c817bf6aa6701d1ab /include
parent692dc55ecaff66cf379aaf05a4a0c86f517a4dc1 (diff)
parent7e81e58e7d1f540e448f3827751f75bf54b1fe9f (diff)
Merge pull request #2547 from RyanDwyer/fix-reload-crash
Fix crash on reload
Diffstat (limited to 'include')
-rw-r--r--include/stringop.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/stringop.h b/include/stringop.h
index e7f58011..01bbdaa9 100644
--- a/include/stringop.h
+++ b/include/stringop.h
@@ -46,4 +46,6 @@ char *cmdsep(char **stringp, const char *delim);
// Split string into 2 by delim, handle quotes
char *argsep(char **stringp, const char *delim);
+const char *strcasestr(const char *haystack, const char *needle);
+
#endif