Mercurial > dropbear
comparison session.h @ 64:efb5e0b335cf
TCP forwarding works.
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Thu, 12 Aug 2004 13:48:42 +0000 |
parents | 4b53a43f0082 |
children | 5dda5a4d475c |
comparison
equal
deleted
inserted
replaced
63:dcc43965928f | 64:efb5e0b335cf |
---|---|
33 #include "auth.h" | 33 #include "auth.h" |
34 #include "channel.h" | 34 #include "channel.h" |
35 #include "queue.h" | 35 #include "queue.h" |
36 #include "listener.h" | 36 #include "listener.h" |
37 #include "packet.h" | 37 #include "packet.h" |
38 #include "tcpfwd.h" | |
38 | 39 |
39 extern int sessinitdone; /* Is set to 0 somewhere */ | 40 extern int sessinitdone; /* Is set to 0 somewhere */ |
40 extern int exitflag; | 41 extern int exitflag; |
41 | 42 |
42 void common_session_init(int sock, char* remotehost); | 43 void common_session_init(int sock, char* remotehost); |