From 83308bf0bb16ec1658f37be24b7a39435e70fad3 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Thu, 16 Oct 2008 18:03:14 +0300 Subject: Make calls list static --- audio/telephony-maemo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/audio/telephony-maemo.c b/audio/telephony-maemo.c index 9bc6b567..2c7bdab7 100644 --- a/audio/telephony-maemo.c +++ b/audio/telephony-maemo.c @@ -74,7 +74,7 @@ struct csd_call { static DBusConnection *connection = NULL; -GSList *calls = NULL; +static GSList *calls = NULL; static char *subscriber_number = NULL; static char *active_call_number = NULL; -- cgit