--- sourceforge.net/trunk/rdesktop/parse.h 2001/06/20 13:54:48 28 +++ sourceforge.net/trunk/rdesktop/parse.h 2002/09/26 14:26:46 207 @@ -1,7 +1,7 @@ /* rdesktop: A Remote Desktop Protocol client. Parsing primitives - Copyright (C) Matthew Chapman 1999-2000 + Copyright (C) Matthew Chapman 1999-2002 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -32,7 +32,8 @@ unsigned char *sec_hdr; unsigned char *rdp_hdr; -} *STREAM; +} + *STREAM; #define s_push_layer(s,h,n) { (s)->h = (s)->p; (s)->p += n; } #define s_pop_layer(s,h) (s)->p = (s)->h;