summaryrefslogtreecommitdiffstats
path: root/String.h
diff options
context:
space:
mode:
Diffstat (limited to 'String.h')
-rw-r--r--String.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/String.h b/String.h
index eed0ef63..82c958f0 100644
--- a/String.h
+++ b/String.h
@@ -33,4 +33,6 @@ void String_freeArray(char** s);
int String_contains_i(char* s, char* match);
+char* String_getToken(const char* line, const unsigned short int numMatch);
+
#endif