Mercurial > dropbear
comparison session.h @ 1032:0da8ba489c23 fastopen
Move generic network routines to netio.c
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Fri, 20 Feb 2015 23:16:38 +0800 |
parents | daf21fd50abf |
children | 01eea88963f3 |
comparison
equal
deleted
inserted
replaced
1031:64c0aa01e2b6 | 1032:0da8ba489c23 |
---|---|
36 #include "listener.h" | 36 #include "listener.h" |
37 #include "packet.h" | 37 #include "packet.h" |
38 #include "tcpfwd.h" | 38 #include "tcpfwd.h" |
39 #include "chansession.h" | 39 #include "chansession.h" |
40 #include "dbutil.h" | 40 #include "dbutil.h" |
41 #include "netio.h" | |
41 | 42 |
42 extern int sessinitdone; /* Is set to 0 somewhere */ | 43 extern int sessinitdone; /* Is set to 0 somewhere */ |
43 extern int exitflag; | 44 extern int exitflag; |
44 | 45 |
45 void common_session_init(int sock_in, int sock_out); | 46 void common_session_init(int sock_in, int sock_out); |