summaryrefslogtreecommitdiffstats
path: root/hcid/server.h
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2008-03-12 18:57:37 +0000
committerMarcel Holtmann <marcel@holtmann.org>2008-03-12 18:57:37 +0000
commit5d14a87639406b220edaf07088eddc22a7f9b0fe (patch)
tree4b7f16c32bf37413f28ceabf59db100edd10ae11 /hcid/server.h
parent75add5651e5dbc49c9c144acceac7e2c32d9bd16 (diff)
Remove the local D-Bus setup
Diffstat (limited to 'hcid/server.h')
-rw-r--r--hcid/server.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/hcid/server.h b/hcid/server.h
index 270245d7..fcd440ec 100644
--- a/hcid/server.h
+++ b/hcid/server.h
@@ -21,7 +21,6 @@
*
*/
-void init_local_server(void);
-void shutdown_local_server(void);
-
-char *get_local_server_address(void);
+struct bt_server {
+ const char *uuid;
+};