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

@@ -837,7 +837,7 @@ CreateInstance
} }
void void
AtExitProc() AtExitProc(void)
{ {
static int i = 0; static int i = 0;

View File

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

View File

@@ -87,7 +87,7 @@ static void TimeOut(XtPointer clientData, XtIntervalId *id);
#endif /* TIMEOUT */ #endif /* TIMEOUT */
Boolean Boolean
FinalizeToolTalkSession( ) FinalizeToolTalkSession(void)
{ {
Tt_status ttRc; Tt_status ttRc;
int i; int i;