dtwm: Change to ANSI function definitions

This commit is contained in:
Peter Howkins
2018-06-28 04:17:53 +01:00
parent 2d60124e03
commit f20747f139
13 changed files with 27 additions and 89 deletions

View File

@@ -78,9 +78,7 @@ extern String unpost_monitor_arrow_image;
************************************************************************/
static char *
SessionFileGetName ()
SessionFileGetName (void)
{
char * home_dir;
char * file_name;
@@ -113,9 +111,7 @@ SessionFileGetName ()
************************************************************************/
void
SessionRestoreData ()
SessionRestoreData (void)
{
FILE * fd;
@@ -477,9 +473,7 @@ SessionRestoreData ()
************************************************************************/
void
WmFrontPanelSessionSaveData ()
WmFrontPanelSessionSaveData (void)
{
FILE * fd;