summaryrefslogtreecommitdiff
path: root/daemon/gdm-net.h
diff options
context:
space:
mode:
authorGeorge Lebl <jirka@5z.com>2002-04-09 21:20:15 +0000
committerGeorge Lebl <jirka@src.gnome.org>2002-04-09 21:20:15 +0000
commitea1760c9d5e8b332dbc389da69f6005904a242d8 (patch)
tree20c0a7325123337b4fd7a13d4a36c7bf05de951d /daemon/gdm-net.h
parent8dd9f511cf8a3a119f5e03e668a90dcecc533251 (diff)
downloadgdm-ea1760c9d5e8b332dbc389da69f6005904a242d8.tar.gz
implement an fdprintf function
Tue Apr 09 14:27:59 2002 George Lebl <jirka@5z.com> * daemon/misc.[ch]: implement an fdprintf function * daemon/gdm-net.[ch]: implement an fd only connection type * daemon/gdm.[ch], daemon/slave.[ch], daemon/display.c: implement a notification scheme for slaves so that we can handle changes of some config values on the fly to implement a saner configurator for now implement two values as a sort of testing.
Diffstat (limited to 'daemon/gdm-net.h')
-rw-r--r--daemon/gdm-net.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/daemon/gdm-net.h b/daemon/gdm-net.h
index 79952c99..41d610d8 100644
--- a/daemon/gdm-net.h
+++ b/daemon/gdm-net.h
@@ -37,6 +37,7 @@ gboolean gdm_connection_write (GdmConnection *conn,
GdmConnection * gdm_connection_open_unix (const char *sockname,
mode_t mode);
+GdmConnection * gdm_connection_open_fd (int fd);
GdmConnection * gdm_connection_open_fifo (const char *fifo,
mode_t mode);