From a6957b9ac1e95063c71654cd7c352bc9b634754e Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sat, 16 Jun 2007 14:30:18 +0000 Subject: Propagate local server address to services --- hcid/server.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'hcid/server.h') diff --git a/hcid/server.h b/hcid/server.h index ad5674c6..41eb5d86 100644 --- a/hcid/server.h +++ b/hcid/server.h @@ -23,3 +23,5 @@ void init_local_server(void); void shutdown_local_server(void); + +char *get_local_server_address(void); -- cgit