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

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

revision 580 by astrand, Fri Jan 23 08:35:52 2004 UTC revision 627 by n-ki, Thu Mar 4 08:24:40 2004 UTC
# Line 166  RDPDR_DEVICE; Line 166  RDPDR_DEVICE;
166  typedef struct rdpdr_serial_device_info  typedef struct rdpdr_serial_device_info
167  {  {
168          int dtr;          int dtr;
169            int rts;
170          uint32 baud_rate,          uint32 baud_rate,
171                  queue_in_size,                  queue_in_size,
172                  queue_out_size,                  queue_out_size,
# Line 203  typedef struct rdpdr_printer_info Line 204  typedef struct rdpdr_printer_info
204          BOOL default_printer;          BOOL default_printer;
205  }  }
206  PRINTER;  PRINTER;
207    
208    typedef struct fileinfo
209    {
210            uint32 device_id, flags_and_attributes;
211            char path[256];
212            DIR *pdir;
213            struct dirent *pdirent;
214            char pattern[64];
215            BOOL delete_on_close;
216    }
217    FILEINFO;

Legend:
Removed from v.580  
changed lines
  Added in v.627

  ViewVC Help
Powered by ViewVC 1.1.26