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 06e4a77..23126ab 100644
--- a/include/str.h
+++ b/include/str.h
@@ -11,6 +11,7 @@ void strdelsuffix(char *sptr, const char *suffix);
char** split(char *sptr, const char* delim);
void split_free(char **ptr);
char *join(char **arr, const char *separator);
+char *join_ex(char *separator, ...);
char *substring_between(char *sptr, const char *delims);
void strsort(char **arr);
int find_in_file(const char *filename, const char *pattern);