Mercurial > dropbear
comparison channel.h @ 226:9a9c6d633972
channel.h: make definition extern
svr-authpam.c: be smarter comparing pam prompts
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Fri, 29 Jul 2005 05:37:20 +0000 |
parents | 161557a9dde8 |
children | 581f81e8c50c |
comparison
equal
deleted
inserted
replaced
224:1dbd2473482f | 226:9a9c6d633972 |
---|---|
117 | 117 |
118 void common_recv_msg_channel_data(struct Channel *channel, int fd, | 118 void common_recv_msg_channel_data(struct Channel *channel, int fd, |
119 circbuffer * buf); | 119 circbuffer * buf); |
120 | 120 |
121 #ifdef DROPBEAR_CLIENT | 121 #ifdef DROPBEAR_CLIENT |
122 const struct ChanType clichansess; | 122 extern const struct ChanType clichansess; |
123 #endif | 123 #endif |
124 | 124 |
125 #if defined(USING_LISTENERS) || defined(DROPBEAR_CLIENT) | 125 #if defined(USING_LISTENERS) || defined(DROPBEAR_CLIENT) |
126 int send_msg_channel_open_init(int fd, const struct ChanType *type); | 126 int send_msg_channel_open_init(int fd, const struct ChanType *type); |
127 void recv_msg_channel_open_confirmation(); | 127 void recv_msg_channel_open_confirmation(); |