dbtoman: Change to ANSI function definitions

This commit is contained in:
Peter Howkins
2018-06-28 03:51:33 +01:00
parent b286be89d0
commit ed5d952294
4 changed files with 6 additions and 6 deletions

View File

@@ -211,7 +211,7 @@ Initialize1(
/* Initialization stuff done after dealing with args. */
static void
Initialize2()
Initialize2(void)
{
SetMappingNV(Variables, "transpec", tranfile ? tranfile : "??");
@@ -344,7 +344,7 @@ static char *help_msg[] = {
};
static void
DoHelpMessage()
DoHelpMessage(void)
{
char **s = help_msg;
printf("usage: %s [option ...] [file]", this_prog);