mirror of
https://github.com/clearml/dropbear
synced 2025-06-26 18:17:32 +00:00
- Reworked non-channel fd handling to listener.c
- More channel cleaning up --HG-- extra : convert_revision : 385ec76d0304b93e277d1cc193383db5fd773703
This commit is contained in:
@@ -114,8 +114,7 @@ void recv_msg_channel_close();
|
||||
void recv_msg_channel_eof();
|
||||
|
||||
#ifdef USE_LISTENERS
|
||||
int send_msg_channel_open_init(int fd, struct ChanType *type,
|
||||
const char * typestring);
|
||||
int send_msg_channel_open_init(int fd, const struct ChanType *type);
|
||||
void recv_msg_channel_open_confirmation();
|
||||
void recv_msg_channel_open_failure();
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user