diff options
Diffstat (limited to 'src/libsystemd-bus/bus-message.h')
-rw-r--r-- | src/libsystemd-bus/bus-message.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libsystemd-bus/bus-message.h b/src/libsystemd-bus/bus-message.h index 3289b378f8..91b1668f19 100644 --- a/src/libsystemd-bus/bus-message.h +++ b/src/libsystemd-bus/bus-message.h @@ -142,3 +142,5 @@ int bus_message_from_malloc( const struct ucred *ucred, const char *label, sd_bus_message **ret); + +const char* bus_message_get_arg(sd_bus_message *m, unsigned i); |