diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-04-05 05:13:59 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-04-05 05:13:59 +0200 |
commit | a4eca2d98c01e39bc12e284a257cf2f684104011 (patch) | |
tree | b4afe7b28caeb054ab878fe1908a1789ba1e499c /config.c | |
parent | d3a4844047c7b3c62511a9836a81703b5ee70fc0 (diff) |
make uci_network static
Diffstat (limited to 'config.c')
-rw-r--r-- | config.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 { |