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

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

revision 27 by matty, Tue Aug 15 10:23:24 2000 UTC revision 28 by matty, Wed Jun 20 13:54:48 2001 UTC
# Line 23  typedef struct stream Line 23  typedef struct stream
23  {  {
24          unsigned char *p;          unsigned char *p;
25          unsigned char *end;          unsigned char *end;
26          unsigned char *data;          unsigned char *data;
27          unsigned int size;          unsigned int size;
28    
29          /* Offsets of various headers */          /* Offsets of various headers */
# Line 65  typedef struct stream Line 65  typedef struct stream
65  #define in_uint16(s,v)          in_uint16_be(s,v)  #define in_uint16(s,v)          in_uint16_be(s,v)
66  #define in_uint32(s,v)          in_uint32_be(s,v)  #define in_uint32(s,v)          in_uint32_be(s,v)
67  #define out_uint16(s,v)         out_uint16_be(s,v)  #define out_uint16(s,v)         out_uint16_be(s,v)
68  #define out_uint32(s,v)         out_uint32_be(s,b)  #define out_uint32(s,v)         out_uint32_be(s,v)
69    
70  #else  #else
71  #define next_be(s,v)            v = ((v) << 8) + *((s)->p++);  #define next_be(s,v)            v = ((v) << 8) + *((s)->p++);

Legend:
Removed from v.27  
changed lines
  Added in v.28

  ViewVC Help
Powered by ViewVC 1.1.26