]> Dogcows Code - chaz/openbox/blobdiff - parser/parse.h
remove debug prints
[chaz/openbox] / parser / parse.h
index 5974b7809aa6cdced34d88f84782ac0c95638a31..6717deba68d3d92b1f77fcad3560c8f6a918649b 100644 (file)
@@ -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
This page took 0.021006 seconds and 4 git commands to generate.