Revert "Enable anonymous authorization for tests"
[platform/upstream/dbus.git] / dbus / dbus-auth.h
index 1cf0570..3f178a2 100644 (file)
@@ -45,7 +45,8 @@ typedef enum
 DBusAuth*     _dbus_auth_server_new          (const DBusString       *guid,
                                               DBusAuthorization      *authorization);
 DBusAuth*     _dbus_auth_client_new          (void);
-void          _dbus_auth_free                (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);
 DBusAuthState _dbus_auth_do_work             (DBusAuth               *auth);