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

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

revision 776 by jsorg71, Sat Oct 2 01:30:33 2004 UTC revision 795 by stargo, Wed Nov 3 13:56:52 2004 UTC
# Line 32  NTSTATUS disk_query_information(NTHANDLE Line 32  NTSTATUS disk_query_information(NTHANDLE
32  NTSTATUS disk_set_information(NTHANDLE handle, uint32 info_class, STREAM in, STREAM out);  NTSTATUS disk_set_information(NTHANDLE handle, uint32 info_class, STREAM in, STREAM out);
33  NTSTATUS disk_query_volume_information(NTHANDLE handle, uint32 info_class, STREAM out);  NTSTATUS disk_query_volume_information(NTHANDLE handle, uint32 info_class, STREAM out);
34  NTSTATUS disk_query_directory(NTHANDLE handle, uint32 info_class, char *pattern, STREAM out);  NTSTATUS disk_query_directory(NTHANDLE handle, uint32 info_class, char *pattern, STREAM out);
35    NTSTATUS disk_create_notify(NTHANDLE handle, uint32 info_class);
36    NTSTATUS disk_check_notify(NTHANDLE handle);
37  /* mppc.c */  /* mppc.c */
38  int mppc_expand(uint8 * data, uint32 clen, uint8 ctype, uint32 * roff, uint32 * rlen);  int mppc_expand(uint8 * data, uint32 clen, uint8 ctype, uint32 * roff, uint32 * rlen);
39  /* ewmhints.c */  /* ewmhints.c */
# Line 144  void sec_disconnect(void); Line 146  void sec_disconnect(void);
146  /* serial.c */  /* serial.c */
147  int serial_enum_devices(uint32 * id, char *optarg);  int serial_enum_devices(uint32 * id, char *optarg);
148  BOOL serial_get_timeout(NTHANDLE handle, uint32 length, uint32 * timeout, uint32 * itv_timeout);  BOOL serial_get_timeout(NTHANDLE handle, uint32 length, uint32 * timeout, uint32 * itv_timeout);
149    BOOL serial_get_event(NTHANDLE handle, uint32 * result);
150  /* tcp.c */  /* tcp.c */
151  STREAM tcp_init(uint32 maxlen);  STREAM tcp_init(uint32 maxlen);
152  void tcp_send(STREAM s);  void tcp_send(STREAM s);

Legend:
Removed from v.776  
changed lines
  Added in v.795

  ViewVC Help
Powered by ViewVC 1.1.26