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
@@ -26,7 +26,7 @@
#include "ebus-decode.h"
int main() {
int main(void) {
int i, j, end, ret;
+1 -1
View File
@@ -42,7 +42,7 @@ static char loglevel[] = {"ALL"};
void
usage()
usage(void)
{
fprintf(stdout, "\nUsage: %s [OPTION] cfgdir\n\n"
" -a --all print ALL\n"
+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"