diff options
author | Matt Johnston <matt@ucc.asn.au> | 2014-07-27 22:06:26 +0800 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2014-07-27 22:06:26 +0800 |
commit | ed0552f21417ffb90d52ac12becb03cf6a03e13c (patch) | |
tree | 10929da2b6d8a4d48058825a9e3b68e1d33bc43a /runopts.h | |
parent | 5cf83a7212c0f353e7367766cc4bbf349e83ff0b (diff) |
Add '-V' for version
-h should exit with success
Update manpages
Diffstat (limited to 'runopts.h')
-rw-r--r-- | runopts.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -164,4 +164,6 @@ void cli_getopts(int argc, char ** argv); void parse_ciphers_macs(); #endif +void print_version(const char* name); + #endif /* _RUNOPTS_H_ */ |