summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2011-10-19 21:03:34 +0200
committerFelix Fietkau <nbd@openwrt.org>2011-10-19 21:03:34 +0200
commit7831c630912c9dc9e592d282ba1f9485c1dff9cc (patch)
tree3f56e4ac79765ec8babfb03f84eba74564a18639 /config.h
parent33a44b9c7d5e8c87303b8126fe9e01f8979f48e5 (diff)
downloadnetifd-7831c630912c9dc9e592d282ba1f9485c1dff9cc.tar.gz
remove the argument to config_init_interfaces
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 c4953c6..f767243 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(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,