From dca8c7133b1db463f6ae71ccc6d34cd12735daef Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sun, 4 Sep 2011 14:33:31 +0200 Subject: trigger proto attach from config.c --- proto-static.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'proto-static.c') diff --git a/proto-static.c b/proto-static.c index 3c251f4..6b4cc23 100644 --- a/proto-static.c +++ b/proto-static.c @@ -215,7 +215,7 @@ static_free(struct interface_proto_state *proto) } struct interface_proto_state * -static_attach(struct proto_handler *h, struct interface *iface, +static_attach(const struct proto_handler *h, struct interface *iface, struct uci_section *s) { struct static_proto_state *state; -- cgit v1.2.1