/[rdesktop]/sourceforge.net/trunk/rdesktop/rdp.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/rdp.c

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

revision 176 by n-ki, Tue Sep 17 09:55:03 2002 UTC revision 192 by matthewc, Tue Sep 24 07:59:14 2002 UTC
# Line 196  rdp_send_control(uint16 action) Line 196  rdp_send_control(uint16 action)
196    
197  /* Send a synchronisation PDU */  /* Send a synchronisation PDU */
198  static void  static void
199  rdp_send_synchronise()  rdp_send_synchronise(void)
200  {  {
201          STREAM s;          STREAM s;
202    
# Line 434  rdp_out_unknown_caps(STREAM s) Line 434  rdp_out_unknown_caps(STREAM s)
434    
435  /* Send a confirm active PDU */  /* Send a confirm active PDU */
436  static void  static void
437  rdp_send_confirm_active()  rdp_send_confirm_active(void)
438  {  {
439          STREAM s;          STREAM s;
440          uint16 caplen =          uint16 caplen =
# Line 681  process_data_pdu(STREAM s) Line 681  process_data_pdu(STREAM s)
681    
682  /* Process incoming packets */  /* Process incoming packets */
683  void  void
684  rdp_main_loop()  rdp_main_loop(void)
685  {  {
686          uint8 type;          uint8 type;
687          STREAM s;          STREAM s;
# Line 721  rdp_connect(char *server, uint32 flags, Line 721  rdp_connect(char *server, uint32 flags,
721    
722  /* Disconnect from the RDP layer */  /* Disconnect from the RDP layer */
723  void  void
724  rdp_disconnect()  rdp_disconnect(void)
725  {  {
726          sec_disconnect();          sec_disconnect();
727  }  }

Legend:
Removed from v.176  
changed lines
  Added in v.192

  ViewVC Help
Powered by ViewVC 1.1.26