X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fshared%2Fbus-util.h;h=38732b6312f0cf70a6b68a5417700e5778f4975e;hb=f034e0b6a2f484db743175a5e4a18e49b6aa5012;hp=614f626e0ce27ab32ef67600701b18101c0390a2;hpb=d039bb6e747bf119406f28a63fac10b7970260b7;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);