1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-02-15 04:32:24 +00:00

dtstyle: Change to ANSI function definitions

This commit is contained in:
Peter Howkins 2018-06-28 04:21:25 +01:00
parent e225c95486
commit 403911407b
4 changed files with 4 additions and 6 deletions

View file

@ -258,7 +258,7 @@ free_dirList(char ** dirList,
* SelectCurrentBackdrop() - Selects current backdrop in list
*
************************************************************************/
void SelectCurrentBackdrop(callback)
void SelectCurrentBackdrop(int callback)
{
DtWsmWorkspaceInfo *wInfo=NULL;
Atom aWS;

View file

@ -196,7 +196,7 @@ popup_dtwmBB(
/*+++++++++++++++++++++++++++++++++++++++*/
static void
getDtwmValues( )
getDtwmValues(void)
{
char *str_type_return;
XrmValue value_return;

View file

@ -54,7 +54,7 @@
#include "Help.h"
static Widget
GetHelpDialog( )
GetHelpDialog(void)
{
static HelpStruct *pHelpCache;

View file

@ -646,9 +646,7 @@ ErrorHandler(
*
************************************************************************/
static int
IOErrorHandler (display)
Display *display;
IOErrorHandler (Display *display)
{
#ifdef DEBUG
Warning ("X IO error occurred during generic operation");