summaryrefslogtreecommitdiffstats
path: root/String.h
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2011-08-29 20:45:29 +0000
committerHisham Muhammad <hisham@gobolinux.org>2011-08-29 20:45:29 +0000
commit27b470e10d0ed2095e9e132193a6ae1ecff918bf (patch)
treea59fbabb080146532c6496bc36238dca271f342e /String.h
parent5dfb46e14f1f31bb4354be91590c90a91a6b3a34 (diff)
Don't simply trust that string splits were successful...
Diffstat (limited to 'String.h')
-rw-r--r--String.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/String.h b/String.h
index d89fe8c2..e8de7dcf 100644
--- a/String.h
+++ b/String.h
@@ -27,7 +27,7 @@ char* String_trim(const char* in);
extern int String_eq(const char* s1, const char* s2);
-char** String_split(const char* s, char sep);
+char** String_split(const char* s, char sep, int* n);
void String_freeArray(char** s);

© 2014-2024 Faster IT GmbH | imprint | privacy policy