From b06b684589a618a2481ccc2745d5e03abb6bd5e0 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Mon, 21 Dec 2009 14:04:39 -0500 Subject: rename the obt_parse library to obt_xml (since it is very xml specific) --- openbox/config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'openbox/config.h') diff --git a/openbox/config.h b/openbox/config.h index 5c18ad3a..d6295f52 100644 --- a/openbox/config.h +++ b/openbox/config.h @@ -27,7 +27,7 @@ #include "geom.h" #include "moveresize.h" #include "obrender/render.h" -#include "obt/parse.h" +#include "obt/xml.h" #include @@ -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 */ -- cgit v1.2.3