aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.h
diff options
context:
space:
mode:
authorkremlin <ian@kremlin.cc>2014-06-10 11:40:48 +0800
committerkremlin <ian@kremlin.cc>2014-06-10 11:40:48 +0800
commitd1e1db9ef3746f26e1fc645bc9283cac2b2991de (patch)
tree4386215625b01a4290ee6905b7b6339d6eb1f8f0 /src/main.h
parentfc22d298fef215ccb3c156c30f05e080861c281b (diff)
downloadsystembsd-d1e1db9ef3746f26e1fc645bc9283cac2b2991de.tar
systembsd-d1e1db9ef3746f26e1fc645bc9283cac2b2991de.tar.gz
systembsd-d1e1db9ef3746f26e1fc645bc9283cac2b2991de.tar.bz2
systembsd-d1e1db9ef3746f26e1fc645bc9283cac2b2991de.tar.lz
systembsd-d1e1db9ef3746f26e1fc645bc9283cac2b2991de.tar.xz
systembsd-d1e1db9ef3746f26e1fc645bc9283cac2b2991de.tar.zst
systembsd-d1e1db9ef3746f26e1fc645bc9283cac2b2991de.zip
export proper xml FINALLY..
Diffstat (limited to 'src/main.h')
-rw-r--r--src/main.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.h b/src/main.h
index 5e8093f..c8f9781 100644
--- a/src/main.h
+++ b/src/main.h
@@ -1,5 +1,4 @@
#include <gio/gio.h>
-#include "xml_defs.h"
gboolean install_conf() {
gchar *our_conf_uri = "systemd-utl/xml-conf/";
@@ -13,7 +12,8 @@ gboolean install_conf() {
/*TODO permissions w/ this */
g_mkdir_with_parents(our_conf_path, 0644);
- return (errors[0] == NULL);
+ return FALSE;
+ //return (errors[0] == NULL);
} else
return FALSE;