dtterm: Change to ANSI function definitions

This commit is contained in:
Peter Howkins
2018-06-28 04:22:06 +01:00
parent 403911407b
commit 6f41ecc453
3 changed files with 3 additions and 3 deletions

View File

@@ -90,7 +90,7 @@ static char *message_defaults[] = {
"End-Of-List",
};
static void GetUsage()
static void GetUsage(void)
{
register struct _options *optPtr;
register int i;