/[rdesktop]/sourceforge.net/trunk/rdesktop/rdp5.c
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /sourceforge.net/trunk/rdesktop/rdp5.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 428 by forsberg, Mon Jun 23 06:37:50 2003 UTC revision 432 by matthewc, Tue Jul 1 09:31:25 2003 UTC
# Line 89  rdp5_process(STREAM s, BOOL encryption) Line 89  rdp5_process(STREAM s, BOOL encryption)
89                  s->p = next;                  s->p = next;
90          }          }
91  }  }
   
 void  
 rdp5_process_channel(STREAM s, uint16 channelno)  
 {  
         rdp5_channel *channel;  
         channel = find_channel_by_channelno(channelno);  
         if (NULL != channel)  
         {  
                 channel->channelcallback(s, channelno);  
         }  
 }  

Legend:
Removed from v.428  
changed lines
  Added in v.432

  ViewVC Help
Powered by ViewVC 1.1.26