X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Flibelogind%2Fsd-bus%2Fbus-match.h;h=9985db1338612921a5c799fa8dd3b784119471e0;hb=ec82d020534270d1979da2d0b27f84e1846b2851;hp=c33f35dbc6c01b419e4ca39f2a079a93009ac226;hpb=da4b83e77bc603745cf4a365d7f013301ef7fa89;p=elogind.git diff --git a/src/libelogind/sd-bus/bus-match.h b/src/libelogind/sd-bus/bus-match.h index c33f35dbc..9985db133 100644 --- a/src/libelogind/sd-bus/bus-match.h +++ b/src/libelogind/sd-bus/bus-match.h @@ -1,5 +1,3 @@ -/*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/ - #pragma once /*** @@ -97,6 +95,8 @@ 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); +#if 0 /// UNNEEDED by elogind +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);