summaryrefslogtreecommitdiff
path: root/restart.h
diff options
context:
space:
mode:
authorKaleb Keithley <kaleb@freedesktop.org>2003-11-17 19:04:09 +0000
committerKaleb Keithley <kaleb@freedesktop.org>2003-11-17 19:04:09 +0000
commitb17cee6189110ce86a0dc1e848dfa9b73f78c300 (patch)
tree02cb7504dab187ebcae1e7fbb0b002225dda2a73 /restart.h
parentc8ddd5d82a72167de6e0a544b55f9b03ab93053e (diff)
merge XFree86 4.3.0.1 to -CURRENT
Diffstat (limited to 'restart.h')
-rw-r--r--restart.h20
1 files changed, 16 insertions, 4 deletions
diff --git a/restart.h b/restart.h
index 6dcf553..a1abc89 100644
--- a/restart.h
+++ b/restart.h
@@ -23,8 +23,20 @@ Except as contained in this notice, the name of The Open Group shall not be
used in advertising or otherwise to promote the sale, use or other dealings
in this Software without prior written authorization from The Open Group.
******************************************************************************/
+/* $XFree86: xc/programs/xsm/restart.h,v 1.6 2001/12/14 20:02:27 dawes Exp $ */
-extern void StartDefaultApps ();
-extern void StartNonSessionAwareApps ();
-extern Status Restart ();
-extern void Clone ();
+#ifndef _RESTART_H_
+#define _RESTART_H_
+
+#include "xsm.h"
+
+extern Bool CheckIsManager(char *program);
+extern void GetRestartInfo(char *restart_service_prop, char *client_host_name,
+ Bool *run_local, char **restart_protocol,
+ char **restart_machine);
+extern Status Restart(int flag);
+extern void Clone(ClientRec *client, Bool useSavedState);
+extern void StartDefaultApps(void);
+extern void StartNonSessionAwareApps(void);
+
+#endif