]> Dogcows Code - chaz/openbox/blobdiff - openbox/config.h
rename the obt_parse library to obt_xml (since it is very xml specific)
[chaz/openbox] / openbox / config.h
index 5c18ad3a2e25fd06fc20482188c7015fa0b3e6df..d6295f527c2bddc88b60dab5274ef08584786c43 100644 (file)
@@ -27,7 +27,7 @@
 #include "geom.h"
 #include "moveresize.h"
 #include "obrender/render.h"
-#include "obt/parse.h"
+#include "obt/xml.h"
 
 #include <glib.h>
 
@@ -200,7 +200,7 @@ extern GSList *config_menu_files;
 /*! Per app settings */
 extern GSList *config_per_app_settings;
 
-void config_startup(ObtParseInst *i);
+void config_startup(ObtXmlInst *i);
 void config_shutdown(void);
 
 /*! Create an ObAppSettings structure with the default values */
This page took 0.026469 seconds and 4 git commands to generate.