chiark / gitweb /
Prep v232: Mask new functions that are unneeded by elogind
[elogind.git] / src / shared / conf-parser.h
index 2ca5aa63cde90a392a997d8902bcdc9609fa6b75..fe93c3c1e0b0ff47a3f905c98b23e718fab58f1b 100644 (file)
@@ -105,6 +105,7 @@ int config_parse_many_nulstr(
                 bool relaxed,
                 void *userdata);
 
+#if 0 /// UNNEEDED by elogind
 int config_parse_many(
                 const char *conf_file,      /* possibly NULL */
                 const char* const* conf_file_dirs,
@@ -114,6 +115,7 @@ int config_parse_many(
                 const void *table,
                 bool relaxed,
                 void *userdata);
+#endif // 0
 
 /* Generic parsers */
 int config_parse_int(const char *unit, const char *filename, unsigned line, const char *section, unsigned section_line, const char *lvalue, int ltype, const char *rvalue, void *data, void *userdata);