diff options
author | Matt Johnston <matt@ucc.asn.au> | 2004-08-12 13:48:42 +0000 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2004-08-12 13:48:42 +0000 |
commit | e1057cd47720a03512e3ed0d5bbc2d5296b94fc2 (patch) | |
tree | 4908aee50c5555c9964030148934641fba2c1a51 /session.h | |
parent | 453261a0420a1e4ee5d0feb3df6806c39ae3e0ff (diff) |
TCP forwarding works.
--HG--
extra : convert_revision : 57dfb36d0d482ad84f31506904eb67863bd303ab
Diffstat (limited to 'session.h')
-rw-r--r-- | session.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -35,6 +35,7 @@ #include "queue.h" #include "listener.h" #include "packet.h" +#include "tcpfwd.h" extern int sessinitdone; /* Is set to 0 somewhere */ extern int exitflag; |