chiark / gitweb /
Prep v228: Substitute declaration masks (4/4)
[elogind.git] / src / libelogind / sd-bus / bus-match.h
index c33f35dbc6c01b419e4ca39f2a079a93009ac226..d308736652dc27c83b39be87ab6e92b8cc3d7cfb 100644 (file)
@@ -97,6 +97,9 @@ enum bus_match_node_type bus_match_node_type_from_string(const char *k, size_t n
 
 int bus_match_parse(const char *match, struct bus_match_component **_components, unsigned *_n_components);
 void bus_match_parse_free(struct bus_match_component *components, unsigned n_components);
-// UNNEEDED char *bus_match_to_string(struct bus_match_component *components, unsigned n_components);
+/// UNNEEDED by elogind
+#if 0
+char *bus_match_to_string(struct bus_match_component *components, unsigned n_components);
+#endif // 0
 
 enum bus_match_scope bus_match_get_scope(const struct bus_match_component *components, unsigned n_components);