diff runopts.h @ 946:17d874ae93a1

Add '-V' for version -h should exit with success Update manpages
author Matt Johnston <matt@ucc.asn.au>
date Sun, 27 Jul 2014 22:06:26 +0800
parents a0819ecfee0b
children f92eb625c48d
line wrap: on
line diff
--- a/runopts.h	Sat Jul 26 10:18:55 2014 +0800
+++ b/runopts.h	Sun Jul 27 22:06:26 2014 +0800
@@ -164,4 +164,6 @@
 void parse_ciphers_macs();
 #endif
 
+void print_version(const char* name);
+
 #endif /* _RUNOPTS_H_ */