comparison channel.h @ 179:161557a9dde8

* fix longstanding bug with connections being closed on failure to connect to auth socket (server) * differentiate between get_byte and get_bool * get rid of some // comments * general tidying
author Matt Johnston <matt@ucc.asn.au>
date Sun, 13 Mar 2005 13:58:14 +0000
parents 8c2b3506f112
children 9a9c6d633972
comparison
equal deleted inserted replaced
178:058cc7892636 179:161557a9dde8
98 98
99 void chaninitialise(); 99 void chaninitialise();
100 void chancleanup(); 100 void chancleanup();
101 void setchannelfds(fd_set *readfd, fd_set *writefd); 101 void setchannelfds(fd_set *readfd, fd_set *writefd);
102 void channelio(fd_set *readfd, fd_set *writefd); 102 void channelio(fd_set *readfd, fd_set *writefd);
103 struct Channel* getchannel(unsigned int chan); 103 struct Channel* getchannel();
104 struct Channel* newchannel(unsigned int remotechan, 104 struct Channel* newchannel(unsigned int remotechan,
105 const struct ChanType *type, 105 const struct ChanType *type,
106 unsigned int transwindow, unsigned int transmaxpacket); 106 unsigned int transwindow, unsigned int transmaxpacket);
107 107
108 void recv_msg_channel_open(); 108 void recv_msg_channel_open();