/[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 1371 by stargo, Thu Jan 4 23:19:54 2007 UTC revision 1372 by jsorg71, Mon Jan 8 04:47:06 2007 UTC
# Line 18  Line 18 
18     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
19  */  */
20    
21  typedef int BOOL;  typedef int RD_BOOL;
22    
23  #ifndef True  #ifndef True
24  #define True  (1)  #define True  (1)
# Line 235  typedef struct rdpdr_printer_info Line 235  typedef struct rdpdr_printer_info
235          char *driver, *printer;          char *driver, *printer;
236          uint32 bloblen;          uint32 bloblen;
237          uint8 *blob;          uint8 *blob;
238          BOOL default_printer;          RD_BOOL default_printer;
239  }  }
240  PRINTER;  PRINTER;
241    
# Line 259  typedef struct fileinfo Line 259  typedef struct fileinfo
259          DIR *pdir;          DIR *pdir;
260          struct dirent *pdirent;          struct dirent *pdirent;
261          char pattern[PATH_MAX];          char pattern[PATH_MAX];
262          BOOL delete_on_close;          RD_BOOL delete_on_close;
263          NOTIFY notify;          NOTIFY notify;
264          uint32 info_class;          uint32 info_class;
265  }  }
266  FILEINFO;  FILEINFO;
267    
268  typedef BOOL(*str_handle_lines_t) (const char *line, void *data);  typedef RD_BOOL(*str_handle_lines_t) (const char *line, void *data);

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

  ViewVC Help
Powered by ViewVC 1.1.26