about summary refs log tree commit diff
path: root/lib/util/token.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/util/token.h')
-rw-r--r--lib/util/token.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/lib/util/token.h b/lib/util/token.h
new file mode 100644
index 00000000..292a9164
--- /dev/null
+++ b/lib/util/token.h
@@ -0,0 +1,11 @@
+#ifndef TOKEN_H_INCLUDE
+#define TOKEN_H_INCLUDE
+
+void
+pm_gettoken(const char *  const tokenStart,
+            char          const delimiter,
+            const char ** const tokenP,
+            const char ** const nextP,
+            const char ** const errorP);
+
+#endif