commit | 37082f930bb59ef6fd45e7bae6c45858af2cd972 | [log] [tgz] |
---|---|---|
author | Pablo Neira Ayuso <pablo@netfilter.org> | Thu Apr 03 11:56:37 2014 +0200 |
committer | Pablo Neira Ayuso <pablo@netfilter.org> | Mon May 19 12:06:10 2014 +0200 |
tree | 0831f6b8a80341c55a6fdd332c2eef91cfade265 | |
parent | 1081d11b086afb73e1d8f52f9047d661d8770b82 [diff] |
netfilter: nf_tables: relocate commit and abort routines in the source file Move the commit and abort routines to the bottom of the source code file. This change is required by the follow up patches that add the set, chain and table transaction support. This patch is just a cleanup to access several functions without having to declare their prototypes. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>