chiark / gitweb /
Prep v232: Mask new functions that are unneeded by elogind
[elogind.git] / src / shared / conf-parser.c
index 92baba60378a1c2d7b706a673786f301baab1b4d..9190ec9b85bfd1bef75d61bc1ecaa4b3d63918c6 100644 (file)
@@ -443,6 +443,7 @@ int config_parse_many_nulstr(
                                        sections, lookup, table, relaxed, userdata);
 }
 
+#if 0 /// UNNEEDED by elogind
 /* Parse each config file in the directories specified as strv. */
 int config_parse_many(
                 const char *conf_file,
@@ -471,6 +472,7 @@ int config_parse_many(
         return config_parse_many_files(conf_file, files,
                                        sections, lookup, table, relaxed, userdata);
 }
+#endif // 0
 
 #define DEFINE_PARSER(type, vartype, conv_func)                         \
         int config_parse_##type(                                        \