summaryrefslogtreecommitdiff
path: root/include/dbus.h
diff options
context:
space:
mode:
authorMohamed Abbas <mohamed.abbas@intel.com>2009-12-08 11:53:06 -0800
committerMarcel Holtmann <marcel@holtmann.org>2009-12-09 00:13:50 +0100
commitcc3921c058080b2b9f6935ebb58f808e3fec261c (patch)
tree7decd0f7a1584001cc6dced633b203648549dd71 /include/dbus.h
parent424c620a3248b8850d839997d08336a7cf15818d (diff)
downloadconnman-cc3921c058080b2b9f6935ebb58f808e3fec261c.tar.gz
connman-cc3921c058080b2b9f6935ebb58f808e3fec261c.tar.bz2
connman-cc3921c058080b2b9f6935ebb58f808e3fec261c.zip
Add initial support for provider framework
Diffstat (limited to 'include/dbus.h')
-rw-r--r--include/dbus.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/dbus.h b/include/dbus.h
index 5bc8288a..dce7af09 100644
--- a/include/dbus.h
+++ b/include/dbus.h
@@ -43,6 +43,7 @@ extern "C" {
#define CONNMAN_DEVICE_INTERFACE CONNMAN_SERVICE ".Device"
#define CONNMAN_NETWORK_INTERFACE CONNMAN_SERVICE ".Network"
#define CONNMAN_CONNECTION_INTERFACE CONNMAN_SERVICE ".Connection"
+#define CONNMAN_PROVIDER_INTERFACE CONNMAN_SERVICE ".Provider"
DBusConnection *connman_dbus_get_connection(void);