summaryrefslogtreecommitdiff
path: root/clientloop.c
diff options
context:
space:
mode:
Diffstat (limited to 'clientloop.c')
-rw-r--r--clientloop.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/clientloop.c b/clientloop.c
index cd2eab77a..a3950ab68 100644
--- a/clientloop.c
+++ b/clientloop.c
@@ -59,7 +59,7 @@
59 */ 59 */
60 60
61#include "includes.h" 61#include "includes.h"
62RCSID("$OpenBSD: clientloop.c,v 1.102 2002/06/24 14:33:27 markus Exp $"); 62RCSID("$OpenBSD: clientloop.c,v 1.103 2002/06/30 21:59:45 deraadt Exp $");
63 63
64#include "ssh.h" 64#include "ssh.h"
65#include "ssh1.h" 65#include "ssh1.h"
@@ -1114,7 +1114,7 @@ client_input_exit_status(int type, u_int32_t seq, void *ctxt)
1114static Channel * 1114static Channel *
1115client_request_forwarded_tcpip(const char *request_type, int rchan) 1115client_request_forwarded_tcpip(const char *request_type, int rchan)
1116{ 1116{
1117 Channel* c = NULL; 1117 Channel *c = NULL;
1118 char *listen_address, *originator_address; 1118 char *listen_address, *originator_address;
1119 int listen_port, originator_port; 1119 int listen_port, originator_port;
1120 int sock; 1120 int sock;
@@ -1144,7 +1144,7 @@ client_request_forwarded_tcpip(const char *request_type, int rchan)
1144 return c; 1144 return c;
1145} 1145}
1146 1146
1147static Channel* 1147static Channel *
1148client_request_x11(const char *request_type, int rchan) 1148client_request_x11(const char *request_type, int rchan)
1149{ 1149{
1150 Channel *c = NULL; 1150 Channel *c = NULL;
@@ -1180,7 +1180,7 @@ client_request_x11(const char *request_type, int rchan)
1180 return c; 1180 return c;
1181} 1181}
1182 1182
1183static Channel* 1183static Channel *
1184client_request_agent(const char *request_type, int rchan) 1184client_request_agent(const char *request_type, int rchan)
1185{ 1185{
1186 Channel *c = NULL; 1186 Channel *c = NULL;