Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ANSIfy a couple of functions in netfilter

It's C, not C++...

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Al Viro and committed by
Linus Torvalds
8d4bc5b6 6d14bfe7

+2 -2
+2 -2
net/netfilter/nf_conntrack_helper.c
··· 194 194 .id = NF_CT_EXT_HELPER, 195 195 }; 196 196 197 - int nf_conntrack_helper_init() 197 + int nf_conntrack_helper_init(void) 198 198 { 199 199 int err; 200 200 ··· 216 216 return err; 217 217 } 218 218 219 - void nf_conntrack_helper_fini() 219 + void nf_conntrack_helper_fini(void) 220 220 { 221 221 nf_ct_extend_unregister(&helper_extend); 222 222 nf_ct_free_hashtable(nf_ct_helper_hash, nf_ct_helper_vmalloc,