From 18afbe24610df2e1a7a2d417ea24c245f948a8d8 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Mon, 5 Sep 2011 08:27:55 +0200 Subject: [PATCH] make config_init_devices static --- config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.c b/config.c index b184165..2a46532 100644 --- a/config.c +++ b/config.c @@ -177,7 +177,7 @@ config_parse_interface(struct uci_section *s) iface->config.version = config_version; } -void +static void config_init_devices(void) { struct uci_element *e; -- 2.11.0