aboutsummaryrefslogtreecommitdiffstats
path: root/include/stringop.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/stringop.h')
-rw-r--r--include/stringop.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/stringop.h b/include/stringop.h
index 49bfa771..febbbaba 100644
--- a/include/stringop.h
+++ b/include/stringop.h
@@ -33,5 +33,4 @@ char *cmdsep(char **stringp, const char *delim);
33// Split string into 2 by delim, handle quotes 33// Split string into 2 by delim, handle quotes
34char *argsep(char **stringp, const char *delim); 34char *argsep(char **stringp, const char *delim);
35 35
36char *strdup(const char *);
37#endif 36#endif