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

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

revision 1371 by jsorg71, Thu Jan 4 05:39:39 2007 UTC revision 1372 by jsorg71, Mon Jan 8 04:47:06 2007 UTC
# Line 168  iso_recv(uint8 * rdpver) Line 168  iso_recv(uint8 * rdpver)
168  }  }
169    
170  /* Establish a connection up to the ISO layer */  /* Establish a connection up to the ISO layer */
171  BOOL  RD_BOOL
172  iso_connect(char *server, char *username)  iso_connect(char *server, char *username)
173  {  {
174          uint8 code = 0;          uint8 code = 0;
# Line 192  iso_connect(char *server, char *username Line 192  iso_connect(char *server, char *username
192  }  }
193    
194  /* Establish a reconnection up to the ISO layer */  /* Establish a reconnection up to the ISO layer */
195  BOOL  RD_BOOL
196  iso_reconnect(char *server)  iso_reconnect(char *server)
197  {  {
198          uint8 code = 0;          uint8 code = 0;

Legend:
Removed from v.1371  
changed lines
  Added in v.1372

  ViewVC Help
Powered by ViewVC 1.1.26