diff options
Diffstat (limited to 'dbus/dbus-auth.h')
-rw-r--r-- | dbus/dbus-auth.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dbus/dbus-auth.h b/dbus/dbus-auth.h index 7346f99b..0339a4f8 100644 --- a/dbus/dbus-auth.h +++ b/dbus/dbus-auth.h @@ -68,6 +68,8 @@ void _dbus_auth_set_credentials (DBusAuth *auth, void _dbus_auth_get_identity (DBusAuth *auth, DBusCredentials *credentials); +dbus_bool_t _dbus_auth_set_context (DBusAuth *auth, + const DBusString *context); DBUS_END_DECLS; |