aboutsummaryrefslogtreecommitdiff
path: root/include/str.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/str.h')
-rw-r--r--include/str.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/str.h b/include/str.h
index 2674fb9..06e4a77 100644
--- a/include/str.h
+++ b/include/str.h
@@ -23,5 +23,6 @@ char *strip(char *sptr);
int isempty(char *sptr);
int isquoted(char *sptr);
char *normalize_space(char *s);
+char **strdup_array(char **array);
#endif //SPM_STR_H