X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fnetifd.git;a=blobdiff_plain;f=proto.h;h=fd9a0f8af90ba609414e9de7a4be1a50308318cf;hp=aeb2f2433c05b7e423c0e2802a4467380fefee62;hb=3e22e5b6bddce74aa7b3ca92ff0f089ac9b59ccb;hpb=39dbd09f5845311a41300655ffd83f0b2d7ee7e4 diff --git a/proto.h b/proto.h index aeb2f24..fd9a0f8 100644 --- a/proto.h +++ b/proto.h @@ -43,6 +43,7 @@ struct proto_handler { }; void add_proto_handler(struct proto_handler *p); +struct proto_handler *get_proto_handler(const char *name); void proto_attach_interface(struct interface *iface, struct uci_section *s); int interface_proto_event(struct interface_proto_state *proto, enum interface_proto_cmd cmd, bool force);