diff options
Diffstat (limited to 'dbus/dbus-auth.h')
| -rw-r--r-- | dbus/dbus-auth.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/dbus/dbus-auth.h b/dbus/dbus-auth.h index 98e4369d..48221ea0 100644 --- a/dbus/dbus-auth.h +++ b/dbus/dbus-auth.h @@ -44,7 +44,7 @@ typedef enum  DBusAuth*     _dbus_auth_server_new          (void);  DBusAuth*     _dbus_auth_client_new          (void); -void          _dbus_auth_ref                 (DBusAuth               *auth); +DBusAuth*     _dbus_auth_ref                 (DBusAuth               *auth);  void          _dbus_auth_unref               (DBusAuth               *auth);  dbus_bool_t   _dbus_auth_set_mechanisms      (DBusAuth               *auth,                                                const char            **mechanisms);  | 
