summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'segget/str.h')
-rw-r--r--segget/str.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/segget/str.h b/segget/str.h
index cd34b9d..6580fad 100644
--- a/segget/str.h
+++ b/segget/str.h
@@ -38,7 +38,7 @@ using namespace std;
string trim(std::string const& source, char const* delims = " \t\r\n");
int lower_char(int c);
string noupper(string s);
-
+bool split(string splitter, string str, string &before, string &after);
string toString(uint t);
string toString(int t);
string toString(ulong t);