From d2adc46f2748099316df910d0ecc14e4218590a0 Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Tue, 4 May 2010 16:01:37 +0200 Subject: statify function in nf-queue.c example Signed-off-by: Pablo Neira Ayuso --- examples/nf-queue.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'examples') diff --git a/examples/nf-queue.c b/examples/nf-queue.c index cbbf91f..bde9db1 100644 --- a/examples/nf-queue.c +++ b/examples/nf-queue.c @@ -141,7 +141,8 @@ nfq_build_cfg_params(char *buf, uint8_t mode, int range, int queue_num) return nlh; } -struct nlmsghdr *nfq_build_verdict(char *buf, int id, int queue_num, int verd) +static struct nlmsghdr * +nfq_build_verdict(char *buf, int id, int queue_num, int verd) { struct nlmsghdr *nlh; struct nfgenmsg *nfg; -- cgit v1.2.3