diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/stringop.h | 1 |
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); // Split string into 2 by delim, handle quotes char *argsep(char **stringp, const char *delim); -char *strdup(const char *); #endif |