]> Dogcows Code - chaz/openbox/blobdiff - obt/parse.h
strip leading/trailing whitespace off stuff when reading it from the configs
[chaz/openbox] / obt / parse.h
index 37f0439e6e1bf5884ff59f15b8ebeb97c1a7142e..acc3f5c6cc3ed5bfcff1de0139664d86cfb5c852 100644 (file)
@@ -19,8 +19,6 @@
 #ifndef __obt_parse_h
 #define __obt_parse_h
 
-#include "version.h"
-
 #include <libxml/parser.h>
 #include <glib.h>
 
@@ -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);
 
This page took 0.020558 seconds and 4 git commands to generate.