summaryrefslogtreecommitdiff
path: root/parser
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-09-25 22:48:04 +0000
committerDana Jansens <danakj@orodu.net>2003-09-25 22:48:04 +0000
commit4460548ca005d208843a4bd7a5d2f1bacb797d6a (patch)
tree5e18fed270025614fc2168dfb36732d16024ec9f /parser
parentcaca123b908c24b9ff280b2958fcd60708cd117e (diff)
wrap public headers in G_BEGIN/END_DECLS
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