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

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

revision 28 by matty, Wed Jun 20 13:54:48 2001 UTC revision 64 by astrand, Thu Jul 18 16:38:31 2002 UTC
# Line 32  typedef struct stream Line 32  typedef struct stream
32          unsigned char *sec_hdr;          unsigned char *sec_hdr;
33          unsigned char *rdp_hdr;          unsigned char *rdp_hdr;
34    
35  } *STREAM;  }
36     *STREAM;
37    
38  #define s_push_layer(s,h,n)     { (s)->h = (s)->p; (s)->p += n; }  #define s_push_layer(s,h,n)     { (s)->h = (s)->p; (s)->p += n; }
39  #define s_pop_layer(s,h)        (s)->p = (s)->h;  #define s_pop_layer(s,h)        (s)->p = (s)->h;

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

  ViewVC Help
Powered by ViewVC 1.1.26