X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Flibsystemd-bus%2Fbus-match.h;fp=src%2Flibsystemd-bus%2Fbus-match.h;h=056082b90836f31cd0f12041e54d9273f0e87570;hp=1d381266002107960aad79b2b50c260e0233ab3d;hb=53461b74df0576ec091275d1a5dbee00611df1ee;hpb=b43b8f7a7e088c31416374340f576887968f7cad diff --git a/src/libsystemd-bus/bus-match.h b/src/libsystemd-bus/bus-match.h index 1d3812660..056082b90 100644 --- a/src/libsystemd-bus/bus-match.h +++ b/src/libsystemd-bus/bus-match.h @@ -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);