diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2008-05-27 20:41:14 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2008-05-27 20:41:14 +0000 |
commit | af457e55d1a46fbf3ecef32fc29e299ee4be21cf (patch) | |
tree | 5f4ef09a0759d811d963eace66255bd503440a7a /network/connection.h | |
parent | e84b4c9965ffc0fccd127c43cb8d425829fc6238 (diff) |
Convert network manager interface to use gdbus API
Diffstat (limited to 'network/connection.h')
-rw-r--r-- | network/connection.h | 2 |
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, |