X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=proto.h;h=4ed70a317c967166a193c56265aaeb4617ef7751;hb=e33ab96c8b41867d655e2ee5e4f58a7d3101d9d2;hp=12653cdf57b663afcff58575555c8316f96e67a2;hpb=f7ac9bf93cc07755d15a7ab65d17dc66b8fcea80;p=project%2Fnetifd.git 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