X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=parser%2Fparse.h;h=6717deba68d3d92b1f77fcad3560c8f6a918649b;hb=dc9c39d042c186126d83124ef815451a492fedb2;hp=5974b7809aa6cdced34d88f84782ac0c95638a31;hpb=16f46c296d1fcd3f27fc62a18e71c55fb3fd3e88;p=chaz%2Fopenbox 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 #include +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