X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fnetifd.git;a=blobdiff_plain;f=proto.h;h=4ed70a317c967166a193c56265aaeb4617ef7751;hp=e86a8a352a1b11c3db6e8fe465e0f487634a1560;hb=587655b45085fcfc9c575792640c21c6ffb24f42;hpb=bfe5db1ea8018aaa940dc6e991110fac62b85516 diff --git a/proto.h b/proto.h index e86a8a3..4ed70a3 100644 --- a/proto.h +++ b/proto.h @@ -70,7 +70,8 @@ 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); - +void proto_dump_handlers(struct blob_buf *b); #endif