diff options
Diffstat (limited to 'clientloop.h')
-rw-r--r-- | clientloop.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/clientloop.h b/clientloop.h index 0b8257b99..52115db6e 100644 --- a/clientloop.h +++ b/clientloop.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: clientloop.h,v 1.23 2010/01/26 01:28:35 djm Exp $ */ | 1 | /* $OpenBSD: clientloop.h,v 1.25 2010/06/25 23:15:36 djm Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> | 4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> |
@@ -39,7 +39,7 @@ | |||
39 | 39 | ||
40 | /* Client side main loop for the interactive session. */ | 40 | /* Client side main loop for the interactive session. */ |
41 | int client_loop(int, int, int); | 41 | int client_loop(int, int, int); |
42 | void client_x11_get_proto(const char *, const char *, u_int, | 42 | void client_x11_get_proto(const char *, const char *, u_int, u_int, |
43 | char **, char **); | 43 | char **, char **); |
44 | void client_global_request_reply_fwd(int, u_int32_t, void *); | 44 | void client_global_request_reply_fwd(int, u_int32_t, void *); |
45 | void client_session2_setup(int, int, int, const char *, struct termios *, | 45 | void client_session2_setup(int, int, int, const char *, struct termios *, |
@@ -63,6 +63,7 @@ void client_register_global_confirm(global_confirm_cb *, void *); | |||
63 | #define SSHMUX_COMMAND_ALIVE_CHECK 2 /* Check master is alive */ | 63 | #define SSHMUX_COMMAND_ALIVE_CHECK 2 /* Check master is alive */ |
64 | #define SSHMUX_COMMAND_TERMINATE 3 /* Ask master to exit */ | 64 | #define SSHMUX_COMMAND_TERMINATE 3 /* Ask master to exit */ |
65 | #define SSHMUX_COMMAND_STDIO_FWD 4 /* Open stdio fwd (ssh -W) */ | 65 | #define SSHMUX_COMMAND_STDIO_FWD 4 /* Open stdio fwd (ssh -W) */ |
66 | #define SSHMUX_COMMAND_FORWARD 5 /* Forward only, no command */ | ||
66 | 67 | ||
67 | void muxserver_listen(void); | 68 | void muxserver_listen(void); |
68 | void muxclient(const char *); | 69 | void muxclient(const char *); |