summaryrefslogtreecommitdiff
path: root/include/dbus.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/dbus.h')
-rw-r--r--include/dbus.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/dbus.h b/include/dbus.h
index ab6cc07c..3122dfcf 100644
--- a/include/dbus.h
+++ b/include/dbus.h
@@ -44,7 +44,8 @@ extern "C" {
#define CONNMAN_NETWORK_INTERFACE CONNMAN_SERVICE ".Network"
#define CONNMAN_PROVIDER_INTERFACE CONNMAN_SERVICE ".Provider"
-typedef void (* connman_dbus_append_cb_t) (DBusMessageIter *iter);
+typedef void (* connman_dbus_append_cb_t) (DBusMessageIter *iter,
+ void *user_data);
DBusConnection *connman_dbus_get_connection(void);