X-Git-Url: http://git.archive.openwrt.org/?a=blobdiff_plain;ds=sidebyside;f=proto.h;h=996196be28daa0ade08b9bce53b24e1e6335a39e;hb=501a088692cdf95feb237e030698f365c4465fdc;hp=4ed70a317c967166a193c56265aaeb4617ef7751;hpb=9cabaeb8a525ba050fb2dcf1204b6cb56a65a330;p=project%2Fnetifd.git 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);