diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-10-19 21:04:52 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-10-19 21:05:40 +0200 |
commit | 8699ae1f82f685b26cc8fcbcc4779c7988e0cb17 (patch) | |
tree | 29217b288ca0487a2ffb62f3587f7cc09ed958a6 /config.h | |
parent | 7831c630912c9dc9e592d282ba1f9485c1dff9cc (diff) |
rename config_init_interfaces to config_init_all
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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, |