diff 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
line wrap: on
line diff
--- a/tcpfwd.h	Sun Dec 04 16:13:11 2005 +0000
+++ b/tcpfwd.h	Tue Dec 06 16:51:55 2005 +0000
@@ -40,7 +40,7 @@
 	unsigned int listenport;
 
 	const struct ChanType *chantype;
-
+	enum {direct, forwarded} tcp_type;
 };
 
 /* A link in a list of forwards */