initial load of upstream version 1.06.32
[xmlrpc-c] / lib / abyss / src / token.h
diff --git a/lib/abyss/src/token.h b/lib/abyss/src/token.h
new file mode 100644 (file)
index 0000000..a8458e4
--- /dev/null
@@ -0,0 +1,11 @@
+#ifndef ABYSS_TOKEN_H_INCLUDED
+#define ABYSS_TOKEN_H_INCLUDED
+
+void
+NextToken(const char ** const pP);
+
+char *
+GetToken(char ** const pP);
+
+
+#endif