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

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

revision 1113 by ossman_, Fri Mar 10 16:40:57 2006 UTC revision 1114 by ossman_, Fri Mar 10 16:41:49 2006 UTC
# Line 33  int vchannel_is_open(); Line 33  int vchannel_is_open();
33    
34  /* read may only be used by a single process. write is completely safe */  /* read may only be used by a single process. write is completely safe */
35  int vchannel_read(char *line, size_t length);  int vchannel_read(char *line, size_t length);
36  int vchannel_write(char *format, ...);  int vchannel_write(const char *format, ...);
37    
38  void vchannel_block();  void vchannel_block();
39  void vchannel_unblock();  void vchannel_unblock();

Legend:
Removed from v.1113  
changed lines
  Added in v.1114

  ViewVC Help
Powered by ViewVC 1.1.26