X-Git-Url: http://git.archive.openwrt.org/?a=blobdiff_plain;ds=sidebyside;f=proto-shell.c;h=4bb07446b8a1650c9bfe6548e4c442aca4c257dd;hb=266d92dd83bd5bfe520f3e2838794bf9bb827c07;hp=8bbc36e6f4ef7d5da2af6304756c73001ef9b633;hpb=570302d28d18d47f095f864be161045e169b5941;p=project%2Fnetifd.git diff --git a/proto-shell.c b/proto-shell.c index 8bbc36e..4bb0744 100644 --- a/proto-shell.c +++ b/proto-shell.c @@ -44,7 +44,7 @@ enum proto_shell_sm { struct proto_shell_handler { struct list_head list; struct proto_handler proto; - struct config_param_list config; + struct uci_blob_param_list config; char *config_buf; bool init_available; char script_name[]; @@ -755,7 +755,7 @@ get_field(json_object *obj, const char *name, json_type type) } static char * -proto_shell_parse_config(struct config_param_list *config, json_object *obj) +proto_shell_parse_config(struct uci_blob_param_list *config, json_object *obj) { struct blobmsg_policy *attrs; char *str_buf, *str_cur;