From 528b304b587dc5ad5b147d53eeca60cb9df8c087 Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Sun, 7 Dec 2008 12:03:54 +0100 Subject: netlink: remove unnecessary whitespace lines in netlink.h Signed-off-by: Pablo Neira Ayuso --- include/netlink.h | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'include') 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) -- cgit v1.2.3