From 937a95ad71e00e99bd21add761e2f810b7fb4026 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Wed, 19 Oct 2011 21:15:18 +0200 Subject: make a few more functions static --- 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 a7d75ec..ca39b7c 100644 --- a/proto-static.c +++ b/proto-static.c @@ -189,7 +189,7 @@ static_free(struct interface_proto_state *proto) free(state); } -struct interface_proto_state * +static struct interface_proto_state * static_attach(const struct proto_handler *h, struct interface *iface, struct blob_attr *attr) { -- cgit v1.2.1