X-Git-Url: https://uglyman.kremlin.cc/gitweb/gitweb.cgi?a=blobdiff_plain;f=src%2Fconfig.h;h=50224a9540475cce578f3cd82ddfbbc6dd61199d;hb=1aa981f72eb5da974b88794558539feaef4d5336;hp=a209a1cf294777ff418107a4c6ae366ae84d3d82;hpb=be40aa0b1a8f538a60549f4bdb69ec0f58f304ca;p=systembsd.git diff --git a/src/config.h b/src/config.h index a209a1c..50224a9 100644 --- a/src/config.h +++ b/src/config.h @@ -1,19 +1,6 @@ -/*our buffers for xml config file contents */ -static gchar **hostnamed_ispect_xml, **hostnamed_dbus_xml, - **localed_ispect_xml, **localed_dbus_xml, - **timedated_ispect_xml, **timedated_dbus_xml, - **logind_ispect_xml, **logind_dbus_xml; - /* manually increment this if adding new functionality/config files */ static const guint XML_FILE_COUNT = 8; -static gchar **xml_contents[] = { - hostnamed_ispect_xml, hostnamed_dbus_xml, - localed_ispect_xml, localed_dbus_xml, - timedated_ispect_xml, timedated_dbus_xml, - logind_ispect_xml, logind_dbus_xml -}; - /* TODO ifdef allowed editable xml only take files that meet exact sizes * of ones hashed below */ @@ -29,11 +16,3 @@ static const gchar *timedated_dbus_sum = "d7d67482a821cbc7a6ab3a68f1c00e0dc61a static const gchar *timedated_ispect_sum = "f576cb908636a285c9cd2e42a71ad243a0d5eb0ff12398f0627cce56c15a8268"; #endif - -static gboolean populate_xml_data_dir() { - -} - -static gboolean read_xml_from_installconf() { - -}