summaryrefslogtreecommitdiff
path: root/proto-static.c
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2011-10-19 21:15:18 +0200
committerFelix Fietkau <nbd@openwrt.org>2011-10-19 21:15:18 +0200
commit937a95ad71e00e99bd21add761e2f810b7fb4026 (patch)
treeceebf22dfd6fd55e99b872ab1a0fc49d0b306376 /proto-static.c
parent3cb42f8ddc76b8254f23a28772e60da7aeeb4a23 (diff)
downloadnetifd-937a95ad71e00e99bd21add761e2f810b7fb4026.tar.gz
make a few more functions static
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 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)
{