summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2011-10-19 21:04:52 +0200
committerFelix Fietkau <nbd@openwrt.org>2011-10-19 21:05:40 +0200
commit8699ae1f82f685b26cc8fcbcc4779c7988e0cb17 (patch)
tree29217b288ca0487a2ffb62f3587f7cc09ed958a6 /config.h
parent7831c630912c9dc9e592d282ba1f9485c1dff9cc (diff)
downloadnetifd-8699ae1f82f685b26cc8fcbcc4779c7988e0cb17.tar.gz
rename config_init_interfaces to config_init_all
Diffstat (limited to 'config.h')
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index f767243..879b1de 100644
--- a/config.h
+++ b/config.h
@@ -39,7 +39,7 @@ static inline bool test_bit(unsigned long *bits, int bit)
return !!(bits[bit / BITS_PER_LONG] & (1UL << (bit % BITS_PER_LONG)));
}
-void config_init_interfaces(void);
+void config_init_all(void);
bool config_check_equal(struct blob_attr *c1, struct blob_attr *c2,
const struct config_param_list *config);
bool config_diff(struct blob_attr **tb1, struct blob_attr **tb2,