diff options
Diffstat (limited to 'hcid/server.c')
-rw-r--r-- | hcid/server.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/hcid/server.c b/hcid/server.c index 702002c7..e055efff 100644 --- a/hcid/server.c +++ b/hcid/server.c @@ -59,6 +59,11 @@ static void handle_connection(DBusServer *server, DBusConnection *conn, void *da static DBusServer *server = NULL; +char *get_local_server_address(void) +{ + return dbus_server_get_address(server); +} + void init_local_server(void) { DBusError err; |