From a75bb977ff16c9f3b3bdccdcd4173e9ef033463f Mon Sep 17 00:00:00 2001 From: "/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=pablo/emailAddress=pablo@netfilter.org" Date: Sun, 15 May 2005 14:23:16 +0000 Subject: Completed some stuff related to protocol helpers: o final_check o help o ICMP support --- include/libct_proto.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/libct_proto.h b/include/libct_proto.h index de632b2..6df03e7 100644 --- a/include/libct_proto.h +++ b/include/libct_proto.h @@ -24,6 +24,8 @@ struct ctproto_handler { int (*final_check)(unsigned int flags); + void (*help)(); + struct option *opts; unsigned int option_offset; -- cgit v1.2.3