From b4e8e5fb90e9238e9a5b3ff669b67039c5e7738e Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Tue, 28 Jul 2009 15:58:01 -0500 Subject: Remove dbus_gsm_set_connection from header Not actually needed outside of dbus-gsm.c --- src/dbus-gsm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/dbus-gsm.c') diff --git a/src/dbus-gsm.c b/src/dbus-gsm.c index ae643d51..c03b6b97 100644 --- a/src/dbus-gsm.c +++ b/src/dbus-gsm.c @@ -188,7 +188,7 @@ DBusConnection *ofono_dbus_get_connection() return g_connection; } -void dbus_gsm_set_connection(DBusConnection *conn) +static void dbus_gsm_set_connection(DBusConnection *conn) { if (conn && g_connection != NULL) ofono_error("Setting a connection when it is not NULL"); -- cgit v1.2.3