From 9491a544f622e40453265c30f24ce44a61440cc1 Mon Sep 17 00:00:00 2001 From: Claudio Takahasi Date: Thu, 1 May 2008 13:52:26 +0000 Subject: Moving authorization code to dbus-service.c --- hcid/plugin.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'hcid/plugin.h') diff --git a/hcid/plugin.h b/hcid/plugin.h index 09f617e2..9248aab6 100644 --- a/hcid/plugin.h +++ b/hcid/plugin.h @@ -31,9 +31,3 @@ struct bluetooth_plugin_desc { struct bluetooth_plugin_desc bluetooth_plugin_desc = { \ name, init, exit \ }; - - -typedef void (*plugin_auth_cb) (DBusError *derr, void *user_data); -int plugin_req_auth(bdaddr_t *src, bdaddr_t *dst, - const char *uuid, plugin_auth_cb cb, void *user_data); -int plugin_cancel_auth(bdaddr_t *src); -- cgit