diff options
author | Matt Johnston <matt@ucc.asn.au> | 2008-09-08 15:14:02 +0000 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2008-09-08 15:14:02 +0000 |
commit | c0ce2a6a97af66881675916c504af9caed2f9c2e (patch) | |
tree | bfecee9bdef1a76204f9f19cc4518166ae7c6f23 /tcpfwd.h | |
parent | f90f64b5c1a974a77a4bdf4a7ccb3f4d359b9127 (diff) | |
download | dropbear-c0ce2a6a97af66881675916c504af9caed2f9c2e.tar.gz |
* Patch from Frédéric Moulins adding options to authorized_keys.
Needs review.
--HG--
branch : pubkey-options
extra : convert_revision : 26872f944d79ddacff1070aab32115a6d726392c
Diffstat (limited to 'tcpfwd.h')
-rw-r--r-- | tcpfwd.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -55,6 +55,7 @@ struct TCPFwdList { /* Server */ void recv_msg_global_request_remotetcp(); + extern const struct ChanType svr_chan_tcpdirect; /* Client */ |