From c9d031c353177420809b2e187f0392ad9ba8362a Mon Sep 17 00:00:00 2001 From: Evgeny Vereshchagin Date: Mon, 12 Oct 2015 05:16:05 +0000 Subject: bus-util: add bus_property_get_rlimit (move from core/dbus_execute) --- 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 f03f951dc7..fd70842b9e 100644 --- a/src/shared/bus-util.h +++ b/src/shared/bus-util.h @@ -200,3 +200,5 @@ int bus_path_decode_unique(const char *path, const char *prefix, char **ret_send bool is_kdbus_wanted(void); bool is_kdbus_available(void); + +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); -- cgit v1.2.3-54-g00ecf