summaryrefslogtreecommitdiff
path: root/plugins/libparser/parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/libparser/parser.h')
-rw-r--r--plugins/libparser/parser.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/libparser/parser.h b/plugins/libparser/parser.h
index b0f95169..5c7e5d83 100644
--- a/plugins/libparser/parser.h
+++ b/plugins/libparser/parser.h
@@ -31,6 +31,12 @@ const char *
gettoken (const char *p, char *tok);
const char *
+gettoken_ext (const char *p, char *tok, const char *specialchars);
+
+const char *
+gettoken_keyvalue (const char *p, char *key, char *val);
+
+const char *
gettoken_warn_eof (const char *p, char *tok);
const char *