summaryrefslogtreecommitdiffstats
path: root/hcid/hcid.h
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2006-03-11 04:05:42 +0000
committerMarcel Holtmann <marcel@holtmann.org>2006-03-11 04:05:42 +0000
commit5f2d86a6658b756d878ae467a6fc4fd4d7c1968d (patch)
tree1805bea9e804f2dffe6196e0130f0e00d5fd6a08 /hcid/hcid.h
parent085532b9b31837bdd7d028c1e65bf428807d27bb (diff)
Remove PIN helper and D-Bus PIN helper support
Diffstat (limited to 'hcid/hcid.h')
-rw-r--r--hcid/hcid.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/hcid/hcid.h b/hcid/hcid.h
index 1483c6ba..b4e6f290 100644
--- a/hcid/hcid.h
+++ b/hcid/hcid.h
@@ -34,8 +34,6 @@
#define HCID_CONFIG_FILE CONFIGDIR "/hcid.conf"
-#define HCID_PIN_HELPER "/usr/bin/bluepin"
-
enum {
HCID_SET_NAME,
HCID_SET_CLASS,
@@ -82,9 +80,6 @@ struct hcid_opts {
uint8_t pin_code[16];
int pin_len;
- char *pin_helper;
- int dbus_pin_helper;
-
int sock;
};
extern struct hcid_opts hcid;