chiark / gitweb /
core: add RemoveIPC= setting
[elogind.git] / src / shared / bus-util.h
index df446edc1e93b2018211f29f8aaa4afb2367f16e..88c2804d66c81eb33b792c8d40f592beaedba406 100644 (file)
@@ -173,9 +173,6 @@ int bus_path_encode_unique(sd_bus *b, const char *prefix, const char *sender_id,
 int bus_path_decode_unique(const char *path, const char *prefix, char **ret_sender, char **ret_external);
 #endif // 0
 
-bool is_kdbus_wanted(void);
-bool is_kdbus_available(void);
-
 #if 0 /// UNNEEDED by elogind
 int bus_property_get_rlimit(sd_bus *bus, const char *path, const char *interface, const char *property, sd_bus_message *reply, void *userdata, sd_bus_error *error);
 #endif // 0