From e5cb42249f7fd5b730667150c9c19f10d2f215fd Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Fri, 25 Jul 2008 13:05:12 +0200 Subject: cleanup: split internal.h into several internal header files This patch cleanups the internal headers by splitting them into several logical pieces. Signed-off-by: Pablo Neira Ayuso --- .../libnetfilter_conntrack_l3extensions.h | 29 ---------------------- 1 file changed, 29 deletions(-) delete mode 100644 include/libnetfilter_conntrack/libnetfilter_conntrack_l3extensions.h (limited to 'include/libnetfilter_conntrack/libnetfilter_conntrack_l3extensions.h') diff --git a/include/libnetfilter_conntrack/libnetfilter_conntrack_l3extensions.h b/include/libnetfilter_conntrack/libnetfilter_conntrack_l3extensions.h deleted file mode 100644 index 86e002a..0000000 --- a/include/libnetfilter_conntrack/libnetfilter_conntrack_l3extensions.h +++ /dev/null @@ -1,29 +0,0 @@ -/* - * (C) 2005 by Pablo Neira Ayuso - * - * This software may be used and distributed according to the terms - * of the GNU General Public License, incorporated herein by reference. - */ - -#ifndef _LIBNETFILTER_CONNTRACK_L3EXTENSIONS_H_ -#define _LIBNETFILTER_CONNTRACK_L3EXTENSIONS_H_ - -#include "linux_list.h" - -struct nfct_l3proto { - struct list_head head; - - char *name; - u_int16_t protonum; - char *version; - - void (*parse_proto)(struct nfattr **, struct nfct_tuple *); - void (*build_tuple_proto)(struct nfnlhdr *, int, struct nfct_tuple *); - int (*print_proto)(char *, struct nfct_tuple *); - int (*compare)(struct nfct_conntrack *, struct nfct_conntrack *, - unsigned int); -}; - -extern void nfct_register_l3proto(struct nfct_l3proto *h); - -#endif -- cgit v1.2.3