diff options
Diffstat (limited to 'src/dbus-gsm.c')
-rw-r--r-- | src/dbus-gsm.c | 2 |
1 files changed, 1 insertions, 1 deletions
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"); |