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

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

revision 756 by stargo, Tue Aug 24 21:37:50 2004 UTC revision 799 by stargo, Sat Nov 6 17:27:45 2004 UTC
# Line 22  Line 22 
22  #include <stdio.h>  #include <stdio.h>
23  #include <string.h>  #include <string.h>
24  #include <dirent.h>  #include <dirent.h>
25    #include <sys/time.h>
26    #ifdef HAVE_SYS_SELECT_H
27  #include <sys/select.h>  #include <sys/select.h>
28    #else
29    #include <sys/types.h>
30    #include <unistd.h>
31    #endif
32    
33  #define VERSION "1.3.1"  #define VERSION "1.3.1"
34    

Legend:
Removed from v.756  
changed lines
  Added in v.799

  ViewVC Help
Powered by ViewVC 1.1.26