diff options
author | Johan Hedberg <johan.hedberg@nokia.com> | 2008-10-16 18:03:14 +0300 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@nokia.com> | 2008-12-08 16:10:55 +0200 |
commit | 83308bf0bb16ec1658f37be24b7a39435e70fad3 (patch) | |
tree | 6a38613bf8c00ea56dbee7f22a562e70a11455f2 | |
parent | b94a853a5475bd3aa8114b319ca45f3623276c06 (diff) |
Make calls list static
-rw-r--r-- | audio/telephony-maemo.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |