aboutsummaryrefslogtreecommitdiff
path: root/src/EOS_Utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/EOS_Utils.h')
-rwxr-xr-xsrc/EOS_Utils.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/EOS_Utils.h b/src/EOS_Utils.h
new file mode 100755
index 0000000..8aa6793
--- /dev/null
+++ b/src/EOS_Utils.h
@@ -0,0 +1,16 @@
+
+#ifndef _EOS_UTILS_H_
+#define _EOS_UTILS_H_
+
+#ifdef __cplusplus
+extern "C"
+{
+#endif
+
+const char * EOS_StrSep(const char ** string_ptr, const char * delim);
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif /* Eos_Utils.h */