summaryrefslogtreecommitdiff
path: root/common/include/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/include/util.h')
-rw-r--r--common/include/util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/include/util.h b/common/include/util.h
index 39c130b..66221b2 100644
--- a/common/include/util.h
+++ b/common/include/util.h
@@ -8,6 +8,6 @@
(type*)((char*)__mptr - offsetof(type, member)); })
char* str_strip(char *str);
-char** str_split(char *str, const char *delim);
+size_t str_split(char*** arr, char *str, const char *delim);
#endif