X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=parser%2Fparse.h;h=6717deba68d3d92b1f77fcad3560c8f6a918649b;hb=38ed4331b1a2858e4700154e10b9bd3a030cdbbf;hp=e943e1ffb19ede6eea31f2b41c9b73292e847d03;hpb=c4e4760c41f10aae6af19a4363cb247c71edee4b;p=chaz%2Fopenbox diff --git a/parser/parse.h b/parser/parse.h index e943e1ff..6717deba 100644 --- a/parser/parse.h +++ b/parser/parse.h @@ -1,4 +1,4 @@ -/* -*- indent-tabs-mode: t; tab-width: 4; c-basic-offset: 4; -*- +/* -*- indent-tabs-mode: nil; tab-width: 4; c-basic-offset: 4; -*- parse.h for the Openbox window manager Copyright (c) 2003 Ben Jansens @@ -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