From 41796b0c80876094f3db8af0efae16d162788793 Mon Sep 17 00:00:00 2001 From: "/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org" Date: Sat, 24 Sep 2005 18:42:39 +0000 Subject: major update (See ChangeLog) --- include/libct_proto.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/libct_proto.h') 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 #include +#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; -- cgit v1.2.3