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 1711121f627f28d3edce137096e3a0e6548adb25..2442eff6a96462f0f9f33cd5d9ede18037a260a5 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 {