From d095bf24cf7879150d008c23998676bfedebbde6 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Mon, 10 Jun 2013 14:31:02 +0200 Subject: config: use the new uci_blob library code Signed-off-by: Felix Fietkau --- interface.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'interface.h') diff --git a/interface.h b/interface.h index 13761f8..0a947b4 100644 --- a/interface.h +++ b/interface.h @@ -140,7 +140,7 @@ struct interface { extern struct vlist_tree interfaces; -extern const struct config_param_list interface_attr_list; +extern const struct uci_blob_param_list interface_attr_list; void interface_init(struct interface *iface, const char *name, struct blob_attr *config); -- cgit v1.2.1