X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=obt%2Fparse.h;h=acc3f5c6cc3ed5bfcff1de0139664d86cfb5c852;hb=acafa38c8ea210b12ed92fc16281b915ab61542c;hp=37f0439e6e1bf5884ff59f15b8ebeb97c1a7142e;hpb=07d5674d3984d008de1ecc768a296afbed731e4e;p=chaz%2Fopenbox diff --git a/obt/parse.h b/obt/parse.h index 37f0439e..acc3f5c6 100644 --- a/obt/parse.h +++ b/obt/parse.h @@ -19,8 +19,6 @@ #ifndef __obt_parse_h #define __obt_parse_h -#include "version.h" - #include #include @@ -30,7 +28,7 @@ typedef struct _ObtParseInst ObtParseInst; typedef void (*ObtParseCallback)(xmlNodePtr node, gpointer data); -ObtParseInst* obt_parse_instance_new(); +ObtParseInst* obt_parse_instance_new(void); void obt_parse_instance_ref(ObtParseInst *inst); void obt_parse_instance_unref(ObtParseInst *inst);