diff options
Diffstat (limited to 'include/dbus.h')
-rw-r--r-- | include/dbus.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/dbus.h b/include/dbus.h index 97a58ba5..a0fe3fdc 100644 --- a/include/dbus.h +++ b/include/dbus.h @@ -41,6 +41,8 @@ extern "C" { #define CONNMAN_NETWORK_INTERFACE CONNMAN_SERVICE ".Network" #define CONNMAN_CONNECTION_INTERFACE CONNMAN_SERVICE ".Connection" +extern DBusConnection *connman_dbus_get_connection(void); + extern void connman_dbus_property_append_variant(DBusMessageIter *property, const char *key, int type, void *val); |