dtpdm: Change to ANSI function definitions

This commit is contained in:
Peter Howkins
2018-06-28 04:20:10 +01:00
parent 1c545e12d2
commit feee238aef
6 changed files with 8 additions and 8 deletions

View File

@@ -115,7 +115,7 @@ static Boolean PdmStartOkWorkProc(XtPointer client_data);
*
*/
static PdmShell*
PdmShellNew()
PdmShellNew(void)
{
return (PdmShell*)XtCalloc(1, sizeof(PdmShell));
}