summaryrefslogtreecommitdiffstats
path: root/include/libct_proto.h
diff options
context:
space:
mode:
author/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=pablo/emailAddress=pablo@netfilter.org </C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=pablo/emailAddress=pablo@netfilter.org>2005-05-15 14:23:16 +0000
committer/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=pablo/emailAddress=pablo@netfilter.org </C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=pablo/emailAddress=pablo@netfilter.org>2005-05-15 14:23:16 +0000
commita75bb977ff16c9f3b3bdccdcd4173e9ef033463f (patch)
tree382d0595b23f15e3d091408da88b23030378d6c1 /include/libct_proto.h
parentb48c2c0e44ea8e2e84ee84a313f5ab4a1add0dfd (diff)
Completed some stuff related to protocol helpers:
o final_check o help o ICMP support
Diffstat (limited to 'include/libct_proto.h')
-rw-r--r--include/libct_proto.h2
1 files changed, 2 insertions, 0 deletions
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;