Mercurial > dropbear
comparison channel.h @ 150:82fcf3185616
Cleaning out various dead wood found with -dead_strip
bignum.c: mptobytes now resides in dss.c
loginrec.c: remove lastlog code since it isn't used.
dbutil.c: removed obselete usingsyslog variable
channel.h: client channel type only defined for client compile
common-algo.c: s/rijndael/aes/
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Mon, 20 Dec 2004 14:24:57 +0000 |
parents | 8c08fd2b7f5b |
children | 8c2b3506f112 |
comparison
equal
deleted
inserted
replaced
149:ed9ca2a9705c | 150:82fcf3185616 |
---|---|
116 void recv_msg_channel_eof(); | 116 void recv_msg_channel_eof(); |
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 const struct ChanType clichansess; | 122 const struct ChanType clichansess; |
123 #endif | |
122 | 124 |
123 #ifdef USING_LISTENERS | 125 #ifdef USING_LISTENERS |
124 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); |
125 void recv_msg_channel_open_confirmation(); | 127 void recv_msg_channel_open_confirmation(); |
126 void recv_msg_channel_open_failure(); | 128 void recv_msg_channel_open_failure(); |