summaryrefslogtreecommitdiff
path: root/interface.h
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2013-06-10 14:31:02 +0200
committerFelix Fietkau <nbd@openwrt.org>2013-06-10 14:40:22 +0200
commitd095bf24cf7879150d008c23998676bfedebbde6 (patch)
treeab7f853f8a7ba00039cd714144a738f8c0927f28 /interface.h
parentbac6f28ce1d9abc381c2f85c32bcd37c33cd00c8 (diff)
downloadnetifd-d095bf24cf7879150d008c23998676bfedebbde6.tar.gz
config: use the new uci_blob library code
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Diffstat (limited to 'interface.h')
-rw-r--r--interface.h2
1 files changed, 1 insertions, 1 deletions
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);