1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-03-09 15:50:02 +00:00

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
AtExitProc()
AtExitProc(void)
{
static int i = 0;

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;

View file

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