summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
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,