summaryrefslogtreecommitdiff
path: root/plugins/mate/mate.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/mate/mate.h')
-rw-r--r--plugins/mate/mate.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/mate/mate.h b/plugins/mate/mate.h
index c9f7efdc76..191c6600fe 100644
--- a/plugins/mate/mate.h
+++ b/plugins/mate/mate.h
@@ -380,4 +380,10 @@ extern gchar* add_ranges(gchar* range, GPtrArray* range_ptr_arr);
/* from mate_parser.l */
extern gboolean mate_load_config(const gchar* filename, mate_config* mc);
+/* Constructor/Destructor prototypes for Lemon Parser */
+void *MateParserAlloc(void* (*)(gsize));
+
+void MateParserFree(void*, void (*)(void *));
+void MateParser(void*, int, gchar*, mate_config*);
+
#endif