From 9cabaeb8a525ba050fb2dcf1204b6cb56a65a330 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Thu, 31 May 2012 18:18:52 +0200 Subject: add an ubus method for dumping available protocol handlers --- proto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'proto.h') 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 -- cgit v1.2.3