The unified diff between revisions [c172bcef..] and [fb8d188c..] is displayed below. It can also be downloaded as a raw diff.
This diff has been restricted to the following files: 'channel.h'
# # # patch "channel.h" # from [a1f39e784cc0bab82d3dabc67275071ff3b5b5ec] # to [2616df4031a05a3fea394b765fd1004944677ef5] # ============================================================ --- channel.h a1f39e784cc0bab82d3dabc67275071ff3b5b5ec +++ channel.h 2616df4031a05a3fea394b765fd1004944677ef5 @@ -100,7 +100,7 @@ void channelio(fd_set *readfd, fd_set *w void chancleanup(); void setchannelfds(fd_set *readfd, fd_set *writefd); void channelio(fd_set *readfd, fd_set *writefd); -struct Channel* getchannel(unsigned int chan); +struct Channel* getchannel(); struct Channel* newchannel(unsigned int remotechan, const struct ChanType *type, unsigned int transwindow, unsigned int transmaxpacket);