From: Felix Fietkau Date: Tue, 5 Apr 2011 03:13:59 +0000 (+0200) Subject: make uci_network static X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=a4eca2d98c01e39bc12e284a257cf2f684104011;p=project%2Fnetifd.git make uci_network static --- diff --git a/config.c b/config.c index 1711121..2442eff 100644 --- 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 {