voicecall: limit g_drivers variable exposure

This commit is contained in:
John Ernberg 2016-04-22 13:06:11 +00:00 committed by Denis Kenzior
parent 72570fffd8
commit a6847d0f7f
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@
#define SETTINGS_STORE "voicecall"
#define SETTINGS_GROUP "Settings"
GSList *g_drivers = NULL;
static GSList *g_drivers = NULL;
struct ofono_voicecall {
GSList *call_list;