summaryrefslogtreecommitdiff
path: root/src/dbus-common.c
diff options
context:
space:
mode:
authorAndrzej Kaczmarek <andrzej.kaczmarek@tieto.com>2012-09-19 12:22:03 +0200
committerJohan Hedberg <johan.hedberg@intel.com>2012-09-21 13:47:18 +0300
commit000014ae2be656419197aefd4792e70833233976 (patch)
treec27b8b39b583b6862b54e1b8fb1d4e47211c4a9e /src/dbus-common.c
parent4fc0f070ae08116e697a713dbc56f6e6a6744ddb (diff)
downloadbluez-000014ae2be656419197aefd4792e70833233976.tar.gz
Rename get_dbus_connection to btd_get_dbus_connection
get_dbus_connection is exported function which can be used by plugins thus should be prefixed with "btd_"
Diffstat (limited to 'src/dbus-common.c')
-rw-r--r--src/dbus-common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dbus-common.c b/src/dbus-common.c
index fb55027cf..f7e9e8fe1 100644
--- a/src/dbus-common.c
+++ b/src/dbus-common.c
@@ -175,7 +175,7 @@ void set_dbus_connection(DBusConnection *conn)
connection = conn;
}
-DBusConnection *get_dbus_connection(void)
+DBusConnection *btd_get_dbus_connection(void)
{
return connection;
}