summaryrefslogtreecommitdiffstats
path: root/check_const
diff options
context:
space:
mode:
Diffstat (limited to 'check_const')
-rwxr-xr-xcheck_const4
1 files changed, 2 insertions, 2 deletions
diff --git a/check_const b/check_const
index c26b566..61b9f31 100755
--- a/check_const
+++ b/check_const
@@ -1,7 +1,7 @@
#! /usr/bin/awk -f
-# nfnetlink.h && netlink.h
-
+# include/linux/nfnetlink.h: nfnl_callback
+# include/linux/netlink.h: netlink_dump_start
{ if (/^(struct nfnl_callback|extern int netlink_dump)/) { check=1 } }
{ if (check == 1 && /(^};|...\);)/) { check=0 } }