diff localtcpfwd.h @ 7:425ed5c20157

Chantype handling is sorted
author Matt Johnston <matt@ucc.asn.au>
date Wed, 02 Jun 2004 04:59:49 +0000
parents fe6bca95afa7
children
line wrap: on
line diff
--- a/localtcpfwd.h	Tue Jun 01 10:48:46 2004 +0000
+++ b/localtcpfwd.h	Wed Jun 02 04:59:49 2004 +0000
@@ -28,7 +28,7 @@
 #include "includes.h"
 #include "channel.h"
 
-int newtcpdirect(struct Channel * channel);
+extern const struct ChanType chan_tcpdirect;
 
 #endif
 #endif