From 5d14a87639406b220edaf07088eddc22a7f9b0fe Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 12 Mar 2008 18:57:37 +0000 Subject: Remove the local D-Bus setup --- hcid/server.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'hcid/server.h') 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; +}; -- cgit