diff options
author | Pablo Neira Ayuso <pablo@netfilter.org> | 2008-12-07 12:03:54 +0100 |
---|---|---|
committer | Pablo Neira Ayuso <pablo@netfilter.org> | 2008-12-07 12:03:54 +0100 |
commit | 528b304b587dc5ad5b147d53eeca60cb9df8c087 (patch) | |
tree | 99a2b5ba8e067772b56d95ec43fb0bd574b20774 /include/netlink.h | |
parent | 27ee6a0f1255cb6c7dadc55caf3928fd62354314 (diff) | |
download | conntrack-tools-528b304b587dc5ad5b147d53eeca60cb9df8c087.tar.gz conntrack-tools-528b304b587dc5ad5b147d53eeca60cb9df8c087.zip |
netlink: remove unnecessary whitespace lines in netlink.h
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'include/netlink.h')
-rw-r--r-- | include/netlink.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/include/netlink.h b/include/netlink.h index af98c5e..52d2480 100644 --- a/include/netlink.h +++ b/include/netlink.h @@ -7,27 +7,17 @@ struct nf_conntrack; struct nfct_handle; struct nfct_handle *nl_init_event_handler(void); - struct nfct_handle *nl_init_dump_handler(void); - struct nfct_handle *nl_init_request_handler(void); - struct nfct_handle *nl_init_overrun_handler(void); int nl_overrun_request_resync(void); - void nl_resize_socket_buffer(struct nfct_handle *h); - int nl_dump_conntrack_table(void); - int nl_exist_conntrack(const struct nf_conntrack *ct); - int nl_get_conntrack(const struct nf_conntrack *ct); - int nl_create_conntrack(const struct nf_conntrack *ct); - int nl_update_conntrack(const struct nf_conntrack *ct); - int nl_destroy_conntrack(const struct nf_conntrack *ct); static inline int ct_is_related(const struct nf_conntrack *ct) |