diff options
Diffstat (limited to 'include/tools.h')
-rw-r--r-- | include/tools.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/tools.h b/include/tools.h index e322adc..008b74a 100644 --- a/include/tools.h +++ b/include/tools.h @@ -121,6 +121,8 @@ namespace tools { string GenerateUUIDFromURL(string url); string GenerateUUIDRandomly(); + + void StringExplode(string str, string separator, StringVector results); } namespace ixml { |