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

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

revision 977 by astrand, Tue Aug 2 15:07:35 2005 UTC revision 978 by stargo, Mon Aug 15 11:44:35 2005 UTC
# Line 248  typedef struct notify_data Line 248  typedef struct notify_data
248  }  }
249  NOTIFY;  NOTIFY;
250    
251    #ifndef PATH_MAX
252    #define PATH_MAX 256
253    #endif
254    
255  typedef struct fileinfo  typedef struct fileinfo
256  {  {
257          uint32 device_id, flags_and_attributes, accessmask;          uint32 device_id, flags_and_attributes, accessmask;
258          char path[256];          char path[PATH_MAX];
259          DIR *pdir;          DIR *pdir;
260          struct dirent *pdirent;          struct dirent *pdirent;
261          char pattern[64];          char pattern[PATH_MAX];
262          BOOL delete_on_close;          BOOL delete_on_close;
263          NOTIFY notify;          NOTIFY notify;
264          uint32 info_class;          uint32 info_class;

Legend:
Removed from v.977  
changed lines
  Added in v.978

  ViewVC Help
Powered by ViewVC 1.1.26