Missing void declarations in various function parameter added.

This commit is contained in:
Roland Jax
2014-02-20 16:56:26 +01:00
parent 2817b45c11
commit 521fc4c1ae
8 changed files with 12 additions and 9 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ print_msg(const char *pre, const unsigned char *buf, int buflen,
}
void
usage()
usage(void)
{
fprintf(stdout, "\nUsage: %s [OPTION] <ZZ PB SB NN DBx>\n\n"
" <ZZ PB SB NN DBx> spaces within message be removed.\n\n"