summaryrefslogtreecommitdiffstats
path: root/include/dbus.h
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2009-07-28 15:56:11 -0500
committerDenis Kenzior <denkenz@gmail.com>2009-07-29 12:26:04 -0500
commit99c1c92708cfee73765682ed6931aefb58e42a29 (patch)
tree42a9e00dc99d57a87ca009082b5575e080016f00 /include/dbus.h
parent2dc831a35ca1972fd2cca0fa75204d6bfbff3b9c (diff)
downloadofono-99c1c92708cfee73765682ed6931aefb58e42a29.tar.bz2
Move & Rename dbus_gsm_connection
Move to ofono/dbus.h ofono_dbus_get_connection
Diffstat (limited to 'include/dbus.h')
-rw-r--r--include/dbus.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/dbus.h b/include/dbus.h
index 008ca127..a9f4bf79 100644
--- a/include/dbus.h
+++ b/include/dbus.h
@@ -28,6 +28,8 @@ extern "C" {
#include <dbus/dbus.h>
+DBusConnection *ofono_dbus_get_connection();
+
#ifdef __cplusplus
}
#endif