*
*************************************<->***********************************/
static void
-DtwmStarted()
+DtwmStarted(void)
{
smGD.dtwmRunning = True;
} /* END OF FUNCTION DtwmStarted */
}
void
-ProcessEvent(w, client_data, event, continue_to_dispatch)
- Widget w;
- XtPointer client_data;
- XEvent *event;
- Boolean *continue_to_dispatch;
+ProcessEvent(Widget w, XtPointer client_data, XEvent *event,
+ Boolean *continue_to_dispatch)
{
switch(event->type)
{
*
*************************************<->***********************************/
void
-UndoSetSavePath ( )
+UndoSetSavePath (void)
{
char * buf;
}
void
-SetSIGPIPEToDefault ()
+SetSIGPIPEToDefault (void)
{
struct sigaction pipeSig;
*
*************************************<->***********************************/
int
-CompleteSave ( )
+CompleteSave (void)
{
FILE *convertFP;
*
*************************************<->***********************************/
static void
-PruneSessionDirectory ()
+PruneSessionDirectory (void)
{
DIR * dirp;
struct dirent * dp;
*
*************************************<->***********************************/
static Boolean
-WriteClientDatabase ()
+WriteClientDatabase (void)
{
char *db;
ClientDB outputDB;
*
*************************************<->***********************************/
void
-NotifyProxyClients ( )
+NotifyProxyClients (void)
{
unsigned int topListLength, containedListLength;
WindowInfo * topList; /* list of top-level windows */
* Functions
*/
-Boolean InitXSMP ( )
+Boolean InitXSMP (void)
{
char errorMsg[ERRORMSGLEN];
char *env;
}
static void
-InitializeXSMPGlobals ( )
+InitializeXSMPGlobals (void)
{
smXSMP.authDataEntries = NULL;
static void
-ProcessSaveYourselfResponses ()
+ProcessSaveYourselfResponses (void)
{
ClientRecPtr pClientRec;
Boolean done = False;
}
void
-CompleteXSMPSave ()
+CompleteXSMPSave (void)
{
ClientRecPtr pClientRec;
static
-Boolean SendGetWsmClientsMessage ( )
+Boolean SendGetWsmClientsMessage (void)
{
Tt_message message;
Tt_status status;
static
-int GetCurrentWorkspaceNumber ()
+int GetCurrentWorkspaceNumber (void)
{
Atom currentWorkspace;
Atom *workspaceList;
static
-void CancelShutdown ()
+void CancelShutdown (void)
{
ClientRecPtr pClientRec;
char *pch;
}
void
-InstallIOErrorHandler ()
+InstallIOErrorHandler (void)
{
IceIOErrorHandler default_handler;
}
-void XSMPExit ( )
+void XSMPExit (void)
{
char * pchar;