public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ANSIfy a couple of functions in netfilter
@ 2007-07-20 15:15 Al Viro
  0 siblings, 0 replies; only message in thread
From: Al Viro @ 2007-07-20 15:15 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: davem, linux-kernel

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

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
---
diff --git a/net/netfilter/nf_conntrack_helper.c b/net/netfilter/nf_conntrack_helper.c
index b1179dd..ca10df4 100644
--- a/net/netfilter/nf_conntrack_helper.c
+++ b/net/netfilter/nf_conntrack_helper.c
@@ -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,

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2007-07-20 15:15 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-20 15:15 [PATCH] ANSIfy a couple of functions in netfilter Al Viro

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox