ipaccess-proxy: use ANSI function declarations (void)

This commit is contained in:
Harald Welte 2011-07-16 13:39:44 +02:00
parent 36ac775838
commit d4ab13b630
1 changed files with 2 additions and 2 deletions

View File

@ -1076,7 +1076,7 @@ static void signal_handler(int signal)
}
}
static void print_help()
static void print_help(void)
{
printf(" ipaccess-proxy is a proxy BTS.\n");
printf(" -h --help. This help text.\n");
@ -1090,7 +1090,7 @@ static void print_help()
printf(" -V --version. Print the version of OpenBSC.\n");
}
static void print_usage()
static void print_usage(void)
{
printf("Usage: ipaccess-proxy [options]\n");
}