X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=obt%2Fparse.h;h=acc3f5c6cc3ed5bfcff1de0139664d86cfb5c852;hb=a92c209fc1845cf3f3acdfa3f9e8f0930fd53eb3;hp=37f0439e6e1bf5884ff59f15b8ebeb97c1a7142e;hpb=0dc7eca4cdfff6425e19a0bace0f9ae8834d04e8;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);