dtsession: Change to ANSI function definitions

This commit is contained in:
Peter Howkins
2018-06-28 04:18:25 +01:00
parent f20747f139
commit 94f78da5df
4 changed files with 18 additions and 21 deletions

View File

@@ -314,7 +314,7 @@ SaveState(
*
*************************************<->***********************************/
int
CompleteSave ( )
CompleteSave (void)
{
FILE *convertFP;
@@ -414,7 +414,7 @@ CompleteSave ( )
*
*************************************<->***********************************/
static void
PruneSessionDirectory ()
PruneSessionDirectory (void)
{
DIR * dirp;
struct dirent * dp;
@@ -588,7 +588,7 @@ PruneSessionDirectory ()
*
*************************************<->***********************************/
static Boolean
WriteClientDatabase ()
WriteClientDatabase (void)
{
char *db;
ClientDB outputDB;
@@ -810,7 +810,7 @@ CheckRequiredProperties (
*
*************************************<->***********************************/
void
NotifyProxyClients ( )
NotifyProxyClients (void)
{
unsigned int topListLength, containedListLength;
WindowInfo * topList; /* list of top-level windows */