summaryrefslogtreecommitdiffstats
path: root/include/libct_proto.h
diff options
context:
space:
mode:
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;