Mercurial > dropbear
comparison svr-tcpfwd.c @ 1278:0c47d97aa9d5
merge
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Wed, 16 Mar 2016 22:53:27 +0800 |
parents | 9169e4e7cbee |
children | 750ec4ec4cbe c8114a48837c |
comparison
equal
deleted
inserted
replaced
1264:a20b6af6f182 | 1278:0c47d97aa9d5 |
---|---|
44 } | 44 } |
45 | 45 |
46 /* */ | 46 /* */ |
47 #endif /* !ENABLE_SVR_REMOTETCPFWD */ | 47 #endif /* !ENABLE_SVR_REMOTETCPFWD */ |
48 | 48 |
49 static int svr_cancelremotetcp(); | 49 static int svr_cancelremotetcp(void); |
50 static int svr_remotetcpreq(); | 50 static int svr_remotetcpreq(void); |
51 static int newtcpdirect(struct Channel * channel); | 51 static int newtcpdirect(struct Channel * channel); |
52 | 52 |
53 #ifdef ENABLE_SVR_REMOTETCPFWD | 53 #ifdef ENABLE_SVR_REMOTETCPFWD |
54 static const struct ChanType svr_chan_tcpremote = { | 54 static const struct ChanType svr_chan_tcpremote = { |
55 1, /* sepfds */ | 55 1, /* sepfds */ |