Mercurial > dropbear
comparison channel.h @ 9:7f77962de998
- Reworked non-channel fd handling to listener.c
- More channel cleaning up
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Thu, 03 Jun 2004 16:45:53 +0000 |
parents | 425ed5c20157 |
children | db2c8e6fb284 |
comparison
equal
deleted
inserted
replaced
7:425ed5c20157 | 9:7f77962de998 |
---|---|
112 void recv_msg_channel_window_adjust(); | 112 void recv_msg_channel_window_adjust(); |
113 void recv_msg_channel_close(); | 113 void recv_msg_channel_close(); |
114 void recv_msg_channel_eof(); | 114 void recv_msg_channel_eof(); |
115 | 115 |
116 #ifdef USE_LISTENERS | 116 #ifdef USE_LISTENERS |
117 int send_msg_channel_open_init(int fd, struct ChanType *type, | 117 int send_msg_channel_open_init(int fd, const struct ChanType *type); |
118 const char * typestring); | |
119 void recv_msg_channel_open_confirmation(); | 118 void recv_msg_channel_open_confirmation(); |
120 void recv_msg_channel_open_failure(); | 119 void recv_msg_channel_open_failure(); |
121 #endif | 120 #endif |
122 | 121 |
123 #endif /* _CHANNEL_H_ */ | 122 #endif /* _CHANNEL_H_ */ |