diff --git a/src/eap.c b/src/eap.c index cbcbde64..f605f432 100644 --- a/src/eap.c +++ b/src/eap.c @@ -35,7 +35,7 @@ #include "src/eap-private.h" static uint32_t default_mtu; -struct l_queue *eap_methods; +static struct l_queue *eap_methods; static void dump_eap(const char *str, void *user_data) {