Rearrange preprocessor parts so that compilation with various options

disabled works OK.

--HG--
extra : convert_revision : cc92f744e34125062d052b757967e167f19d6db5
This commit is contained in:
Matt Johnston
2004-12-22 15:37:50 +00:00
parent 7dfb2bfcda
commit e7677a5e8d
7 changed files with 26 additions and 9 deletions

View File

@@ -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();