summaryrefslogtreecommitdiffstats
path: root/network/connection.h
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2008-05-27 20:41:14 +0000
committerMarcel Holtmann <marcel@holtmann.org>2008-05-27 20:41:14 +0000
commitaf457e55d1a46fbf3ecef32fc29e299ee4be21cf (patch)
tree5f4ef09a0759d811d963eace66255bd503440a7a /network/connection.h
parente84b4c9965ffc0fccd127c43cb8d425829fc6238 (diff)
Convert network manager interface to use gdbus API
Diffstat (limited to 'network/connection.h')
-rw-r--r--network/connection.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/network/connection.h b/network/connection.h
index b2d3641d..fd15e816 100644
--- a/network/connection.h
+++ b/network/connection.h
@@ -21,6 +21,8 @@
*
*/
+#define NETWORK_CONNECTION_INTERFACE "org.bluez.network.Connection"
+
int connection_init(DBusConnection *conn, const char *iface_prefix);
void connection_exit();
int connection_register(const char *path, bdaddr_t *src, bdaddr_t *dst,