summaryrefslogtreecommitdiffstats
path: root/hcid/hcid.h
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2004-11-14 02:17:58 +0000
committerMarcel Holtmann <marcel@holtmann.org>2004-11-14 02:17:58 +0000
commit5ac3c1ef76b8d1640bad9a21b74b197a82111874 (patch)
tree79534ea0d8483a5a35e8f09dc746c07230647b4e /hcid/hcid.h
parente0cbfd7cc76db2b084c1218408e71838d3c4e3b0 (diff)
Inherit the device specific options from the default
Diffstat (limited to 'hcid/hcid.h')
-rw-r--r--hcid/hcid.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/hcid/hcid.h b/hcid/hcid.h
index a5074ffa..87875beb 100644
--- a/hcid/hcid.h
+++ b/hcid/hcid.h
@@ -97,7 +97,7 @@ extern struct hcid_opts hcid;
int read_config(char *file);
-struct device_opts *alloc_device_opts(char *addr);
+struct device_opts *alloc_device_opts(char *ref);
gboolean io_stack_event(GIOChannel *chan, GIOCondition cond, gpointer data);
gboolean io_security_event(GIOChannel *chan, GIOCondition cond, gpointer data);