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.18 by root, Sat Aug 30 05:19:03 2008 UTC vs.
Revision 1.19 by root, Thu Sep 11 21:36:07 2008 UTC

48 }; 48 };
49 49
50 char *ptr, *end; 50 char *ptr, *end;
51 int _size; 51 int _size;
52 52
53 int extend; 53 int extend, cextend;
54 chunk *first, *last; 54 chunk *first, *last;
55 55
56 void reserve (int size); 56 void reserve (int size);
57 void init (int initial); // allocate sinitial chunk 57 void init (int initial); // allocate sinitial chunk
58 void free (chunk *&chain); // free chain of chunks 58 void free (chunk *&chain); // free chain of chunks

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines