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

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

revision 663 by stargo, Fri Mar 5 09:36:49 2004 UTC revision 664 by astrand, Sat Apr 17 07:14:41 2004 UTC
# Line 18  extern int errno; Line 18  extern int errno;
18    
19  extern RDPDR_DEVICE g_rdpdr_device[];  extern RDPDR_DEVICE g_rdpdr_device[];
20    
21  PARALLEL_DEVICE *  static PARALLEL_DEVICE *
22  get_parallel_data(HANDLE handle)  get_parallel_data(HANDLE handle)
23  {  {
24          int index;          int index;
# Line 111  parallel_close(HANDLE handle) Line 111  parallel_close(HANDLE handle)
111          return STATUS_SUCCESS;          return STATUS_SUCCESS;
112  }  }
113    
114  NTSTATUS  static NTSTATUS
115  parallel_read(HANDLE handle, uint8 * data, uint32 length, uint32 offset, uint32 * result)  parallel_read(HANDLE handle, uint8 * data, uint32 length, uint32 offset, uint32 * result)
116  {  {
117          *result = read(handle, data, length);          *result = read(handle, data, length);

Legend:
Removed from v.663  
changed lines
  Added in v.664

  ViewVC Help
Powered by ViewVC 1.1.26