diff options
author | Matt Johnston <matt@ucc.asn.au> | 2004-12-22 15:37:50 +0000 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2004-12-22 15:37:50 +0000 |
commit | e7677a5e8ddaa4787659a1a9e5320369c94564e4 (patch) | |
tree | 445e655df5d10a7b9f405bbaf0355efb8a48cc47 /channel.h | |
parent | 7dfb2bfcda814cd2df7b964ec66c7f6e38db6152 (diff) |
Rearrange preprocessor parts so that compilation with various options
disabled works OK.
--HG--
extra : convert_revision : cc92f744e34125062d052b757967e167f19d6db5
Diffstat (limited to 'channel.h')
-rw-r--r-- | channel.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -122,7 +122,7 @@ void common_recv_msg_channel_data(struct Channel *channel, int fd, const struct ChanType clichansess; #endif -#ifdef USING_LISTENERS +#if defined(USING_LISTENERS) || defined(DROPBEAR_CLIENT) int send_msg_channel_open_init(int fd, const struct ChanType *type); void recv_msg_channel_open_confirmation(); void recv_msg_channel_open_failure(); |