diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-10-19 21:03:34 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-10-19 21:03:34 +0200 |
commit | 7831c630912c9dc9e592d282ba1f9485c1dff9cc (patch) | |
tree | 3f56e4ac79765ec8babfb03f84eba74564a18639 /config.h | |
parent | 33a44b9c7d5e8c87303b8126fe9e01f8979f48e5 (diff) |
remove the argument to config_init_interfaces
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(const char *name); +void config_init_interfaces(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, |