summaryrefslogtreecommitdiff
path: root/daemon/slave.h
diff options
context:
space:
mode:
authorGregory Leblanc <gleblanc@linuxweasel.com>2001-11-16 07:22:18 +0000
committerGeorge Lebl <jirka@src.gnome.org>2001-11-16 07:22:18 +0000
commit4fa37b58d1911cd23f87b954456197cd3b3f0e87 (patch)
tree3b5aa68bdb45fe1836f5fb3cfd223d9ccf8aa2bf /daemon/slave.h
parent38d40ad718e7f934349e275b4b234faa22701efc (diff)
downloadgdm-4fa37b58d1911cd23f87b954456197cd3b3f0e87.tar.gz
some build fixes
Thu Nov 15 23:25:41 2001 George Lebl <jirka@5z.com> * configure.in: some build fixes * **/*.c: remove RCSid's as they are un-fun for merging * Merge from gdm-2-2: Thu Nov 15 21:18:48 2001 George Lebl <jirka@5z.com> * daemon/gdm.[ch], daemon/slave.[ch], daemon/server.c, gui/gdmlogin.c: clean up a bit of the constants mess (though it's still an utter mess). Implement a new SUP opcode so that the daemon knows when the server was started so that it can start local servers in order, so that things like complete machine lockups don't occur (I got one just testing this). Also add a 3 second 'padding' between server starts to really be sure. * config/gdm.conf.in: add some comments, mostly for distributions 2001-11-06 Gregory Leblanc <gleblanc@linuxweasel.com> * gdm.spec.in: more minor updates, just to piss George off. :-) There's a ChangeLog in the file, if you care that much.
Diffstat (limited to 'daemon/slave.h')
-rw-r--r--daemon/slave.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/daemon/slave.h b/daemon/slave.h
index 13fbb538..58d1fd51 100644
--- a/daemon/slave.h
+++ b/daemon/slave.h
@@ -29,6 +29,7 @@ char *gdm_slave_greeter_ctl (char cmd, const char *str);
gboolean gdm_slave_greeter_check_interruption (const char *msg);
gboolean gdm_slave_should_complain (void);
+void gdm_slave_send (const char *str, gboolean wait_for_usr2);
void gdm_slave_send_num (const char *opcode, long num);
void gdm_slave_send_string (const char *opcode, const char *str);