diff options
author | Felix Fietkau <nbd@openwrt.org> | 2012-05-31 18:18:52 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2012-05-31 18:18:52 +0200 |
commit | 9cabaeb8a525ba050fb2dcf1204b6cb56a65a330 (patch) | |
tree | a14e5d65d41ae5c9608d5c365892800e815b024a /proto.h | |
parent | b7abfa09bd4c3ecb8936244dcfe0fc720a0e03ee (diff) |
add an ubus method for dumping available protocol handlers
Diffstat (limited to 'proto.h')
-rw-r--r-- | proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |