From d039bb6e747bf119406f28a63fac10b7970260b7 Mon Sep 17 00:00:00 2001 From: Sven Eden Date: Tue, 4 Jul 2017 17:09:23 +0200 Subject: Prep v232: Mask new functions that are unneeded by elogind --- src/shared/bus-util.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/shared/bus-util.h') diff --git a/src/shared/bus-util.h b/src/shared/bus-util.h index 802983766..614f626e0 100644 --- a/src/shared/bus-util.h +++ b/src/shared/bus-util.h @@ -91,7 +91,9 @@ int bus_print_property(const char *name, sd_bus_message *property, bool value, b int bus_print_all_properties(sd_bus *bus, const char *dest, const char *path, char **filter, bool value, bool all); int bus_property_get_bool(sd_bus *bus, const char *path, const char *interface, const char *property, sd_bus_message *reply, void *userdata, sd_bus_error *error); +#if 0 /// UNNEEDED by elogind int bus_property_get_id128(sd_bus *bus, const char *path, const char *interface, const char *property, sd_bus_message *reply, void *userdata, sd_bus_error *error); +#endif // 0 #define bus_property_get_usec ((sd_bus_property_get_t) NULL) #define bus_property_set_usec ((sd_bus_property_set_t) NULL) -- cgit v1.2.3