X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Flibsystemd-bus%2Fbus-util.h;fp=src%2Flibsystemd-bus%2Fbus-util.h;h=5f0a0b3ffa117cfaee319608a43ae4bc97803f09;hb=5b30bef856e89a571df57b7b953e9a1409d9aced;hp=f982e08ecd6bfc99a509df783225a2f4a9dee5c5;hpb=46e65dcc3a522b5e992e165b5e61d14254026859;p=elogind.git diff --git a/src/libsystemd-bus/bus-util.h b/src/libsystemd-bus/bus-util.h index f982e08ec..5f0a0b3ff 100644 --- a/src/libsystemd-bus/bus-util.h +++ b/src/libsystemd-bus/bus-util.h @@ -75,6 +75,8 @@ int bus_property_get_uid(sd_bus *bus, const char *path, const char *interface, c #define bus_property_get_gid bus_property_get_uid #define bus_property_get_pid bus_property_get_uid +int bus_log_parse_error(int r); + DEFINE_TRIVIAL_CLEANUP_FUNC(sd_bus*, sd_bus_unref); DEFINE_TRIVIAL_CLEANUP_FUNC(sd_bus_message*, sd_bus_message_unref);