make uci_network static
authorFelix Fietkau <nbd@openwrt.org>
Tue, 5 Apr 2011 03:13:59 +0000 (05:13 +0200)
committerFelix Fietkau <nbd@openwrt.org>
Tue, 5 Apr 2011 03:13:59 +0000 (05:13 +0200)
config.c

index 1711121..2442eff 100644 (file)
--- a/config.c
+++ b/config.c
@@ -10,7 +10,7 @@
 #include "interface.h"
 
 struct uci_context *uci_ctx;
-struct uci_package *uci_network;
+static struct uci_package *uci_network;
 bool config_init = false;
 
 enum {