summaryrefslogtreecommitdiffstats
path: root/include/internal.h
diff options
context:
space:
mode:
author/C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org </C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org>2008-02-22 22:59:18 +0000
committer/C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org </C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org>2008-02-22 22:59:18 +0000
commitea5ae395bef0188a0f3d85444e9ae7abb611e051 (patch)
treea470a02a019a7f3f5a887e7e5a9726a280abf957 /include/internal.h
parent7f9112dc9b40a7cb952d2d5927cae12cbb35960a (diff)
- fix broken 'deprecated backward compatibility'svn_t_libnetfilter_conntrack-0.0.89
- fix glibc 2.7.20 compilation (based on patch from Paul P. Konkoff)
Diffstat (limited to 'include/internal.h')
-rw-r--r--include/internal.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/internal.h b/include/internal.h
index b51450f..0c369aa 100644
--- a/include/internal.h
+++ b/include/internal.h
@@ -214,4 +214,13 @@ int __expect_callback(struct nlmsghdr *nlh, struct nfattr *nfa[], void *data);
int __snprintf_expect(char *buf, unsigned int len, const struct nf_expect *exp, unsigned int type, unsigned int msg_output, unsigned int flags);
int __snprintf_expect_default(char *buf, unsigned int len, const struct nf_expect *exp, unsigned int msg_type, unsigned int flags);
+/* backward compatibility of the deprecated API */
+extern struct nfct_l3proto ipv4;
+extern struct nfct_l3proto ipv6;
+
+extern struct nfct_proto tcp;
+extern struct nfct_proto udp;
+extern struct nfct_proto sctp;
+extern struct nfct_proto icmp;
+
#endif