/*******************************************************************************
NewGraphicsOp - sets the text in the instruction line
*******************************************************************************/
-static void NewGraphicsOp()
+static void NewGraphicsOp(void)
{
static char *fillOnStr = NULL;
int fillOp = False;
* *
*X11***********************************************************************/
void
-PixelTableClear()
+PixelTableClear(void)
{
pixelTable.numItems = 0;
pixelTable.lastFound = 0;
***************************************************************************/
#define MAX_MSG_STR 1024
-static int jskXerrorDebug(disp, error_event)
-Display *disp;
-XErrorEvent *error_event;
+static int jskXerrorDebug(Display *disp, XErrorEvent *error_event)
{
char error_msg[MAX_MSG_STR];
* *
* Purpose: This routine is needed in order to get good bfa (bba) stats *
**************************************************************************/
-static int jskXerrorIODebug(disp)
-Display *disp;
+static int jskXerrorIODebug(Display *disp)
{
exit (-1);
return (TRUE);
* Purpose: Put the file name in the window title... *
***************************************************************************/
void
-ChangeTitle(
- )
+ChangeTitle(void)
{
static char *dialogTitle = NULL;
Arg al[10];