diff options
author | Lennart Poettering <lennart@poettering.net> | 2014-01-22 16:28:58 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-01-22 16:40:40 +0100 |
commit | cccb0b2cdbd25e90ae92d2d5b107125cb1ca3433 (patch) | |
tree | f004ea3e54e6022bfd625b0cbdb4eb97a2a495c0 /src/libsystemd/libsystemd.sym | |
parent | 8d1db1d154c1134c9bf92b202ef198cc79979ea8 (diff) |
bus: include connection name in credentials structure
Diffstat (limited to 'src/libsystemd/libsystemd.sym')
-rw-r--r-- | src/libsystemd/libsystemd.sym | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libsystemd/libsystemd.sym b/src/libsystemd/libsystemd.sym index 0942a6e93e..0337e4eb0c 100644 --- a/src/libsystemd/libsystemd.sym +++ b/src/libsystemd/libsystemd.sym @@ -187,6 +187,7 @@ global: sd_bus_creds_get_audit_login_uid; sd_bus_creds_get_unique_name; sd_bus_creds_get_well_known_names; + sd_bus_creds_get_connection_name; /* Error structures */ sd_bus_error_free; |