X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fnetifd.git;a=blobdiff_plain;f=proto.h;fp=proto.h;h=e402a91ed60d319128ccf698476699e61e709eb2;hp=996196be28daa0ade08b9bce53b24e1e6335a39e;hb=8aabd47c6f4fefc8fbd70c34a738f7c26956d8cd;hpb=145b4bdae4e71d8d304623372cf7a1e511bfe3d4 diff --git a/proto.h b/proto.h index 996196b..e402a91 100644 --- a/proto.h +++ b/proto.h @@ -73,5 +73,6 @@ unsigned int parse_netmask_string(const char *str, bool v6); int proto_apply_static_ip_settings(struct interface *iface, struct blob_attr *attr); int proto_apply_ip_settings(struct interface *iface, struct blob_attr *attr, bool ext); void proto_dump_handlers(struct blob_buf *b); +void proto_shell_init(void); #endif