summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@netfilter.org>2008-12-07 12:03:54 +0100
committerPablo Neira Ayuso <pablo@netfilter.org>2008-12-07 12:03:54 +0100
commit528b304b587dc5ad5b147d53eeca60cb9df8c087 (patch)
tree99a2b5ba8e067772b56d95ec43fb0bd574b20774 /include
parent27ee6a0f1255cb6c7dadc55caf3928fd62354314 (diff)
netlink: remove unnecessary whitespace lines in netlink.h
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'include')
-rw-r--r--include/netlink.h10
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)