diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/libct_proto.h | 2 |
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; |