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 --- proto.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'proto.h') diff --git a/proto.h b/proto.h index 4ed70a3..996196b 100644 --- a/proto.h +++ b/proto.h @@ -55,13 +55,13 @@ struct proto_handler { unsigned int flags; const char *name; - const struct config_param_list *config_params; + const struct uci_blob_param_list *config_params; struct interface_proto_state *(*attach)(const struct proto_handler *h, struct interface *iface, struct blob_attr *attr); }; -extern const struct config_param_list proto_ip_attr; +extern const struct uci_blob_param_list proto_ip_attr; void add_proto_handler(struct proto_handler *p); void proto_init_interface(struct interface *iface, struct blob_attr *attr); -- cgit v1.2.1