1
0
Fork 0

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>
wifi-calibration
Al Viro 2007-07-20 16:15:28 +01:00 committed by Linus Torvalds
parent 6d14bfe77b
commit 8d4bc5b6b0
1 changed files with 2 additions and 2 deletions

View File

@ -194,7 +194,7 @@ static struct nf_ct_ext_type helper_extend __read_mostly = {
.id = NF_CT_EXT_HELPER,
};
int nf_conntrack_helper_init()
int nf_conntrack_helper_init(void)
{
int err;
@ -216,7 +216,7 @@ err1:
return err;
}
void nf_conntrack_helper_fini()
void nf_conntrack_helper_fini(void)
{
nf_ct_extend_unregister(&helper_extend);
nf_ct_free_hashtable(nf_ct_helper_hash, nf_ct_helper_vmalloc,