X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=parser%2Fparse.h;h=6717deba68d3d92b1f77fcad3560c8f6a918649b;hb=4b0e4af80aaec5fed9ad0a369cd570fb3dee4cda;hp=ec90b47178dd4a179d45133c600a759a315757f5;hpb=c1b2fc5324522f74a14a5cfa210c95e1509a6e7f;p=chaz%2Fopenbox diff --git a/parser/parse.h b/parser/parse.h index ec90b471..6717deba 100644 --- a/parser/parse.h +++ b/parser/parse.h @@ -1,9 +1,29 @@ +/* -*- indent-tabs-mode: nil; tab-width: 4; c-basic-offset: 4; -*- + + parse.h for the Openbox window manager + Copyright (c) 2003 Ben Jansens + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + See the COPYING file for a copy of the GNU General Public License. +*/ + #ifndef __parse_h #define __parse_h #include #include +G_BEGIN_DECLS + typedef struct _ObParseInst ObParseInst; typedef void (*ParseCallback)(ObParseInst *i, xmlDocPtr doc, xmlNodePtr node, @@ -62,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