diff options
Diffstat (limited to 'runopts.h')
-rw-r--r-- | runopts.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -164,6 +164,6 @@ void cli_getopts(int argc, char ** argv); void parse_ciphers_macs(); #endif -void print_version(const char* name); +void print_version(void); #endif /* _RUNOPTS_H_ */ |