chiark / gitweb /
driverd: implement AddMatch/RemoveMatch logic
[elogind.git] / src / libsystemd-bus / bus-match.h
index 1d381266002107960aad79b2b50c260e0233ab3d..056082b90836f31cd0f12041e54d9273f0e87570 100644 (file)
@@ -90,3 +90,4 @@ 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);
+char *bus_match_to_string(struct bus_match_component *components, unsigned n_components);