ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/include/dynbuf.h
(Generate patch)

Comparing deliantra/server/include/dynbuf.h (file contents):
Revision 1.4 by root, Mon Apr 23 18:09:57 2007 UTC vs.
Revision 1.5 by root, Mon Apr 23 18:21:54 2007 UTC

16{ 16{
17protected: 17protected:
18 struct chunk 18 struct chunk
19 { 19 {
20 chunk *next; 20 chunk *next;
21 int alloc;
21 int size; 22 int size;
22 char data[0]; 23 char data[0];
23 }; 24 };
24 25
25 char *ptr; 26 char *ptr;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines