summaryrefslogtreecommitdiffstats
path: root/network/server.h
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.dentz@openbossa.org>2007-04-02 18:23:50 +0000
committerLuiz Augusto von Dentz <luiz.dentz@openbossa.org>2007-04-02 18:23:50 +0000
commit0f09acbace55a146315d240d45132faf62ad45cf (patch)
tree19f5133e1e3e26c8a1a5c5d08895c1975310d6d7 /network/server.h
parente8eda4d4fddd56a8ed38358ef3e0a9cf1bb2dcb5 (diff)
Add storage code.
Diffstat (limited to 'network/server.h')
-rw-r--r--network/server.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/network/server.h b/network/server.h
index 27b38ba6..7db4ad18 100644
--- a/network/server.h
+++ b/network/server.h
@@ -21,4 +21,6 @@
*
*/
-int server_register(DBusConnection *conn, const char *path, uint16_t id);
+int server_register(DBusConnection *conn, const char *addr, const char *path,
+ uint16_t id);
+int read_server_uuid(bdaddr_t *src, uint16_t uuid, gboolean *enable);