Mercurial > dropbear
comparison 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 |
comparison
equal
deleted
inserted
replaced
6:ab00ef513e97 | 7:425ed5c20157 |
---|---|
26 #ifndef DISABLE_LOCALTCPFWD | 26 #ifndef DISABLE_LOCALTCPFWD |
27 | 27 |
28 #include "includes.h" | 28 #include "includes.h" |
29 #include "channel.h" | 29 #include "channel.h" |
30 | 30 |
31 int newtcpdirect(struct Channel * channel); | 31 extern const struct ChanType chan_tcpdirect; |
32 | 32 |
33 #endif | 33 #endif |
34 #endif | 34 #endif |