main: Make genl and nl80211 global variables static

This commit is contained in:
Marcel Holtmann 2018-11-01 19:55:37 +01:00
parent 013bae6d3d
commit 38e831afa0
1 changed files with 2 additions and 2 deletions

View File

@ -46,8 +46,8 @@
#include "src/backtrace.h"
struct l_genl *genl;
struct l_genl_family *nl80211;
static struct l_genl *genl;
static struct l_genl_family *nl80211;
static struct l_settings *iwd_config;
static struct l_timeout *timeout;
static const char *interfaces;