Mercurial > dropbear
comparison svr-tcpfwd.c @ 156:8c2b3506f112
Rearrange preprocessor parts so that compilation with various options
disabled works OK.
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Wed, 22 Dec 2004 15:37:50 +0000 |
parents | e3adf4cf5465 |
children | 0cfba3034be5 |
comparison
equal
deleted
inserted
replaced
153:6ba95762ec4e | 156:8c2b3506f112 |
---|---|
31 #include "buffer.h" | 31 #include "buffer.h" |
32 #include "packet.h" | 32 #include "packet.h" |
33 #include "listener.h" | 33 #include "listener.h" |
34 #include "runopts.h" | 34 #include "runopts.h" |
35 | 35 |
36 #ifndef DISABLE_SVR_REMOTETCPFWD | 36 #ifdef ENABLE_SVR_REMOTETCPFWD |
37 | 37 |
38 static void send_msg_request_success(); | 38 static void send_msg_request_success(); |
39 static void send_msg_request_failure(); | 39 static void send_msg_request_failure(); |
40 static int svr_cancelremotetcp(); | 40 static int svr_cancelremotetcp(); |
41 static int svr_remotetcpreq(); | 41 static int svr_remotetcpreq(); |