Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 61922
b: refs/heads/master
c: 8d4bc5b
h: refs/heads/master
v: v3
  • Loading branch information
Al Viro authored and Linus Torvalds committed Jul 20, 2007
1 parent 4696f5a commit bdf9a81
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6d14bfe77b8246a45670b7158d3a49bfe55662c7
refs/heads/master: 8d4bc5b6b0ce030f51a2db836caeaf687b986791
4 changes: 2 additions & 2 deletions trunk/net/netfilter/nf_conntrack_helper.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand All @@ -216,7 +216,7 @@ int nf_conntrack_helper_init()
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,
Expand Down

0 comments on commit bdf9a81

Please sign in to comment.