]> andersk Git - openssh.git/blobdiff - clientloop.h
- djm@cvs.openbsd.org 2005/05/19 02:40:52
[openssh.git] / clientloop.h
index 8056a40c3ab9798c5dabd76ba0baae8107e2710e..b23c111cbd6cc51954247d2117c7d9be53284a19 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: clientloop.h,v 1.7 2002/04/22 21:04:52 markus Exp $   */
+/*     $OpenBSD: clientloop.h,v 1.12 2004/11/07 00:01:46 djm Exp $     */
 
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
 
 /* Client side main loop for the interactive session. */
 int     client_loop(int, int, int);
-void    client_global_request_reply(int type, u_int32_t seq, void *ctxt);
+void    client_global_request_reply_fwd(int, u_int32_t, void *);
+void    client_session2_setup(int, int, int, const char *, struct termios *,
+           int, Buffer *, char **, dispatch_fn *);
+
+/* Multiplexing control protocol flags */
+#define SSHMUX_COMMAND_OPEN            1       /* Open new connection */
+#define SSHMUX_COMMAND_ALIVE_CHECK     2       /* Check master is alive */
+#define SSHMUX_COMMAND_TERMINATE       3       /* Ask master to exit */
+
+#define SSHMUX_FLAG_TTY                        (1)     /* Request tty on open */
+#define SSHMUX_FLAG_SUBSYS             (1<<1)  /* Subsystem request on open */
This page took 0.878381 seconds and 4 git commands to generate.