X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fshared%2Fbus-util.h;h=38732b6312f0cf70a6b68a5417700e5778f4975e;hb=6357ed92bd48120109f246b34e0fa8977a2caedc;hp=614f626e0ce27ab32ef67600701b18101c0390a2;hpb=f5eb2a086bc5d5d36bc2e4755a1d6b508e202250;p=elogind.git diff --git a/src/shared/bus-util.h b/src/shared/bus-util.h index 614f626e0..38732b631 100644 --- a/src/shared/bus-util.h +++ b/src/shared/bus-util.h @@ -179,3 +179,5 @@ int bus_path_decode_unique(const char *path, const char *prefix, char **ret_send #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 + +int bus_track_add_name_many(sd_bus_track *t, char **l);