comparison tcpfwd.h @ 259:c049490e43fe

* fix -L forwarding on the client, broke last rev
author Matt Johnston <matt@ucc.asn.au>
date Tue, 06 Dec 2005 16:51:55 +0000
parents 306499676384
children 52a644e7b8e1
comparison
equal deleted inserted replaced
258:306499676384 259:c049490e43fe
38 * localhost, or a normal interface name. */ 38 * localhost, or a normal interface name. */
39 unsigned char *listenaddr; 39 unsigned char *listenaddr;
40 unsigned int listenport; 40 unsigned int listenport;
41 41
42 const struct ChanType *chantype; 42 const struct ChanType *chantype;
43 43 enum {direct, forwarded} tcp_type;
44 }; 44 };
45 45
46 /* A link in a list of forwards */ 46 /* A link in a list of forwards */
47 struct TCPFwdList { 47 struct TCPFwdList {
48 48