X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fnetifd.git;a=blobdiff_plain;f=proto.h;h=12653cdf57b663afcff58575555c8316f96e67a2;hp=e86a8a352a1b11c3db6e8fe465e0f487634a1560;hb=f7ac9bf93cc07755d15a7ab65d17dc66b8fcea80;hpb=a17e907f55390ae39ee8e64fd96d06abc193a7e5 diff --git a/proto.h b/proto.h index e86a8a3..12653cd 100644 --- a/proto.h +++ b/proto.h @@ -70,6 +70,7 @@ int interface_proto_event(struct interface_proto_state *proto, enum interface_proto_cmd cmd, bool force); 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);