mirror of
https://github.com/status-im/miniupnp.git
synced 2025-02-20 17:58:19 +00:00
add static to list[] definition
This commit is contained in:
parent
89212758f2
commit
6fe956229b
@ -30,7 +30,7 @@
|
||||
#include "../getifstats.h"
|
||||
#include "../config.h"
|
||||
|
||||
struct nlist list[] = {
|
||||
static struct nlist list[] = {
|
||||
{"_ifnet", 0, 0, 0, 0},
|
||||
{NULL,0, 0, 0, 0}
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user