diff options
author | Zhang zhengguang <zhengguang.zhang@intel.com> | 2014-10-29 11:03:47 +0800 |
---|---|---|
committer | Zhang zhengguang <zhengguang.zhang@intel.com> | 2014-10-29 11:03:47 +0800 |
commit | bcae74da8fa2958b3fec9153fc33e41f0e0317bf (patch) | |
tree | 06a00f6457307467fee4f6580dce4a1a857751c1 /include/dbus.h | |
parent | 1b9d0a62f59bb48c8deb2f0b98d9acdffdd9abe7 (diff) | |
download | connman-bcae74da8fa2958b3fec9153fc33e41f0e0317bf.tar.gz connman-bcae74da8fa2958b3fec9153fc33e41f0e0317bf.tar.bz2 connman-bcae74da8fa2958b3fec9153fc33e41f0e0317bf.zip |
Imported Upstream version 1.26upstream/1.26
Diffstat (limited to 'include/dbus.h')
-rw-r--r-- | include/dbus.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/dbus.h b/include/dbus.h index 253a23b2..26f94d63 100644 --- a/include/dbus.h +++ b/include/dbus.h @@ -188,6 +188,9 @@ int connman_dbus_get_selinux_context(DBusConnection *connection, connman_dbus_get_context_cb_t func, void *user_data); +void connman_dbus_reply_pending(DBusMessage *pending, + int error, const char *path); + #ifdef __cplusplus } #endif |