X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fnetifd.git;a=blobdiff_plain;f=proto.h;h=4ed70a317c967166a193c56265aaeb4617ef7751;hp=12653cdf57b663afcff58575555c8316f96e67a2;hb=587655b45085fcfc9c575792640c21c6ffb24f42;hpb=f7ac9bf93cc07755d15a7ab65d17dc66b8fcea80 diff --git a/proto.h b/proto.h index 12653cd..4ed70a3 100644 --- a/proto.h +++ b/proto.h @@ -72,6 +72,6 @@ int interface_proto_event(struct interface_proto_state *proto, 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