summaryrefslogtreecommitdiffstats
path: root/include/linux/netfilter_ipv4/ipt_rpc.h
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2008-12-07 16:54:06 +0100
committerPatrick McHardy <kaber@trash.net>2008-12-07 16:54:06 +0100
commitb8e74adfa512c220839dea399fc11197dd9b43ff (patch)
tree1028423e1fa0d1413dd11f6e82814dadb4541102 /include/linux/netfilter_ipv4/ipt_rpc.h
parent0eee3009e7015b82a46b2eccad91f759d75ec4df (diff)
src: remove unused include files
No .c files include any of these - in fact they seem to be remnants missed during commit b1f568309a09e61f892dee3c23279cecff0b0ff4 - so remove them. Signed-off-by: Patrick McHardy <kaber@trash.net>
Diffstat (limited to 'include/linux/netfilter_ipv4/ipt_rpc.h')
-rw-r--r--include/linux/netfilter_ipv4/ipt_rpc.h35
1 files changed, 0 insertions, 35 deletions
diff --git a/include/linux/netfilter_ipv4/ipt_rpc.h b/include/linux/netfilter_ipv4/ipt_rpc.h
deleted file mode 100644
index c204b7fd..00000000
--- a/include/linux/netfilter_ipv4/ipt_rpc.h
+++ /dev/null
@@ -1,35 +0,0 @@
-/* RPC extension for IP netfilter matching, Version 2.2
- * (C) 2000 by Marcelo Barbosa Lima <marcelo.lima@dcc.unicamp.br>
- * - original rpc tracking module
- * - "recent" connection handling for kernel 2.3+ netfilter
- *
- * (C) 2001 by Rusty Russell <rusty@rustcorp.com.au>
- * - upgraded conntrack modules to oldnat api - kernel 2.4.0+
- *
- * (C) 2002 by Ian (Larry) Latter <Ian.Latter@mq.edu.au>
- * - upgraded conntrack modules to newnat api - kernel 2.4.20+
- * - extended matching to support filtering on procedures
- *
- * ipt_rpc.h.c,v 2.2 2003/01/12 18:30:00
- *
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License
- * as published by the Free Software Foundation; either version
- * 2 of the License, or (at your option) any later version.
- **
- */
-
-#ifndef _IPT_RPC_H
-#define _IPT_RPC_H
-
-struct ipt_rpc_data;
-
-struct ipt_rpc_info {
- int inverse;
- int strict;
- const char c_procs[1408];
- int i_procs;
- struct ipt_rpc_data *data;
-};
-
-#endif /* _IPT_RPC_H */