libDtSvc: Change to ANSI function definitions

This commit is contained in:
Peter Howkins
2018-06-28 03:58:49 +01:00
parent a5fa1313c4
commit ba513278b9
10 changed files with 17 additions and 17 deletions

View File

@@ -312,7 +312,7 @@ _DtPerfChkpntMsgSend(char *message)
* myDtPerfChkpntEnd --- End the checkpointing message delivery
*/
int
_DtPerfChkpntEnd()
_DtPerfChkpntEnd(void)
{
myDtChkpntMsgSend("End checkpoint delivery", DT_PERF_CHKPNT_MSG_END);
return(1);