summaryrefslogtreecommitdiff
path: root/src/ecommon/utils/strutil.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ecommon/utils/strutil.h')
-rw-r--r--src/ecommon/utils/strutil.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/ecommon/utils/strutil.h b/src/ecommon/utils/strutil.h
new file mode 100644
index 0000000..75d9f20
--- /dev/null
+++ b/src/ecommon/utils/strutil.h
@@ -0,0 +1,12 @@
+// Copyright (c) Copyright (c) Hercules Dev Team, licensed under GNU GPL.
+// Copyright (c) 2014 - 2015 Evol developers
+
+#ifndef EVOL_COMMON_UTILS_STRUTIL
+#define EVOL_COMMON_UTILS_STRUTIL
+
+struct strutil_data *strutil_split(const char *str,
+ const char separator,
+ const int len);
+void strutil_free(struct strutil_data *data);
+
+#endif // EVOL_COMMON_UTILS_STRUTIL