summaryrefslogtreecommitdiff
path: root/proto-static.c
diff options
context:
space:
mode:
Diffstat (limited to 'proto-static.c')
-rw-r--r--proto-static.c2
1 files changed, 1 insertions, 1 deletions
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;