summaryrefslogtreecommitdiffstats
path: root/hcid/server.h
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2007-06-16 14:30:18 +0000
committerMarcel Holtmann <marcel@holtmann.org>2007-06-16 14:30:18 +0000
commita6957b9ac1e95063c71654cd7c352bc9b634754e (patch)
tree6b4c707057909ab5bc808848bd0cb30062bcf26f /hcid/server.h
parent9fd6757e19e57f085b2ebf72b1078edbd4b7285e (diff)
Propagate local server address to services
Diffstat (limited to 'hcid/server.h')
-rw-r--r--hcid/server.h2
1 files changed, 2 insertions, 0 deletions
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);