diff runopts.h @ 948:f92eb625c48d

- Don't use multichar constants since recent gcc complains - Add release script - Simplify print_version
author Matt Johnston <matt@ucc.asn.au>
date Sun, 27 Jul 2014 22:55:29 +0800
parents 17d874ae93a1
children 47643024fc90
line wrap: on
line diff
--- a/runopts.h	Sun Jul 27 22:25:18 2014 +0800
+++ b/runopts.h	Sun Jul 27 22:55:29 2014 +0800
@@ -164,6 +164,6 @@
 void parse_ciphers_macs();
 #endif
 
-void print_version(const char* name);
+void print_version(void);
 
 #endif /* _RUNOPTS_H_ */