summaryrefslogtreecommitdiffhomepage
path: root/channel.h
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2004-12-22 15:37:50 +0000
committerMatt Johnston <matt@ucc.asn.au>2004-12-22 15:37:50 +0000
commite7677a5e8ddaa4787659a1a9e5320369c94564e4 (patch)
tree445e655df5d10a7b9f405bbaf0355efb8a48cc47 /channel.h
parent7dfb2bfcda814cd2df7b964ec66c7f6e38db6152 (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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/channel.h b/channel.h
index be6dd60..225fafb 100644
--- a/channel.h
+++ b/channel.h
@@ -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();