comparison tcpfwd.h @ 475:52a644e7b8e1 pubkey-options

* Patch from Frédéric Moulins adding options to authorized_keys. Needs review.
author Matt Johnston <matt@ucc.asn.au>
date Mon, 08 Sep 2008 15:14:02 +0000
parents c049490e43fe
children 805e557fdff7
comparison
equal deleted inserted replaced
474:f33b0898aaa6 475:52a644e7b8e1
53 53
54 }; 54 };
55 55
56 /* Server */ 56 /* Server */
57 void recv_msg_global_request_remotetcp(); 57 void recv_msg_global_request_remotetcp();
58
58 extern const struct ChanType svr_chan_tcpdirect; 59 extern const struct ChanType svr_chan_tcpdirect;
59 60
60 /* Client */ 61 /* Client */
61 void setup_localtcp(); 62 void setup_localtcp();
62 void setup_remotetcp(); 63 void setup_remotetcp();