diff options
author | Lennart Poettering <lennart@poettering.net> | 2013-12-19 03:02:45 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2013-12-19 04:40:56 +0100 |
commit | 53461b74df0576ec091275d1a5dbee00611df1ee (patch) | |
tree | f81491e1f628a7848b9096c12006d5d3b79d7686 /src/libsystemd-bus/bus-match.h | |
parent | b43b8f7a7e088c31416374340f576887968f7cad (diff) |
driverd: implement AddMatch/RemoveMatch logic
Diffstat (limited to 'src/libsystemd-bus/bus-match.h')
-rw-r--r-- | src/libsystemd-bus/bus-match.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libsystemd-bus/bus-match.h b/src/libsystemd-bus/bus-match.h index 1d38126600..056082b908 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); |