diff options
author | /C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org </C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org> | 2005-07-30 21:17:30 +0000 |
---|---|---|
committer | /C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org </C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org> | 2005-07-30 21:17:30 +0000 |
commit | 74fa2604aded64cd87c59b9bf787fa4ebdc179d2 (patch) | |
tree | 289fb434483e9d167f3adbba5a9be3e15ac12c7e /include | |
parent | 7ec2f918a384e62ca5b0a62e204d1fbe882718d7 (diff) | |
download | conntrack-tools-74fa2604aded64cd87c59b9bf787fa4ebdc179d2.tar.gz conntrack-tools-74fa2604aded64cd87c59b9bf787fa4ebdc179d2.zip |
libctnetlink now called libnfnetlink_conntrack
Diffstat (limited to 'include')
-rw-r--r-- | include/libct_proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libct_proto.h b/include/libct_proto.h index 51e23fc..dcf7009 100644 --- a/include/libct_proto.h +++ b/include/libct_proto.h @@ -5,7 +5,7 @@ #include "linux_list.h" #include <getopt.h> -#include "libctnetlink.h" +#include <libnfnetlink_conntrack/libnfnetlink_conntrack.h> struct cta_proto; |