summaryrefslogtreecommitdiff
path: root/parser
diff options
context:
space:
mode:
Diffstat (limited to 'parser')
-rw-r--r--parser/parse.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/parser/parse.h b/parser/parse.h
index 5974b780..6717deba 100644
--- a/parser/parse.h
+++ b/parser/parse.h
@@ -22,6 +22,8 @@
#include <libxml/parser.h>
#include <glib.h>
+G_BEGIN_DECLS
+
typedef struct _ObParseInst ObParseInst;
typedef void (*ParseCallback)(ObParseInst *i, xmlDocPtr doc, xmlNodePtr node,
@@ -80,4 +82,6 @@ gchar *parse_expand_tilde(const gchar *f);
/*! Makes a directory and all its parents */
void parse_mkdir_path(const gchar *path, gint mode);
+G_END_DECLS
+
#endif