summaryrefslogtreecommitdiffstats
path: root/hcid/plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'hcid/plugin.h')
-rw-r--r--hcid/plugin.h6
1 files changed, 0 insertions, 6 deletions
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);