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-09-24 18:42:39 +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-09-24 18:42:39 +0000 |
commit | 41796b0c80876094f3db8af0efae16d162788793 (patch) | |
tree | 98ec560f862640331328caa0cf2b3d7f9031ef72 /include | |
parent | 53aff5a51af588ed1bdd94c9915fc610487c26c0 (diff) | |
download | conntrack-tools-41796b0c80876094f3db8af0efae16d162788793.tar.gz conntrack-tools-41796b0c80876094f3db8af0efae16d162788793.zip |
major update (See ChangeLog)
Diffstat (limited to 'include')
-rw-r--r-- | include/libct_proto.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/libct_proto.h b/include/libct_proto.h index dcf7009..8849a3e 100644 --- a/include/libct_proto.h +++ b/include/libct_proto.h @@ -7,6 +7,8 @@ #include <getopt.h> #include <libnfnetlink_conntrack/libnfnetlink_conntrack.h> +#define LIBCT_VERSION "0.1.0" + struct cta_proto; struct ctproto_handler { @@ -14,6 +16,7 @@ struct ctproto_handler { char *name; u_int16_t protonum; + char *version; enum ctattr_protoinfo protoinfo_attr; |