/[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 1024 by astrand, Wed Aug 31 13:00:57 2005 UTC revision 1025 by forsberg, Mon Nov 7 13:15:19 2005 UTC
# Line 50  STREAM channel_init(VCHANNEL * channel, Line 50  STREAM channel_init(VCHANNEL * channel,
50  void channel_send(STREAM s, VCHANNEL * channel);  void channel_send(STREAM s, VCHANNEL * channel);
51  void channel_process(STREAM s, uint16 mcs_channel);  void channel_process(STREAM s, uint16 mcs_channel);
52  /* cliprdr.c */  /* cliprdr.c */
53  void cliprdr_send_text_format_announce(void);  void cliprdr_send_native_format_announce(uint8 * formats_data, uint32 formats_data_length);
54  void cliprdr_send_blah_format_announce(void);  void cliprdr_send_simple_native_format_announce(uint32 format);
 void cliprdr_send_native_format_announce(uint8 * data, uint32 length);  
55  void cliprdr_send_data_request(uint32 format);  void cliprdr_send_data_request(uint32 format);
56  void cliprdr_send_data(uint8 * data, uint32 length);  void cliprdr_send_data(uint8 * data, uint32 length);
57  BOOL cliprdr_init(void);  BOOL cliprdr_init(void);

Legend:
Removed from v.1024  
changed lines
  Added in v.1025

  ViewVC Help
Powered by ViewVC 1.1.26