ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/salloc.h
(Generate patch)

Comparing rxvt-unicode/src/salloc.h (file contents):
Revision 1.1 by pcg, Wed Dec 17 09:00:35 2003 UTC vs.
Revision 1.2 by pcg, Sat Jan 31 00:20:21 2004 UTC

10 struct chain *next; 10 struct chain *next;
11 }; 11 };
12 12
13 chain *firstblock; 13 chain *firstblock;
14 chain *firstline; 14 chain *firstline;
15 int firstfree; 15 unsigned int firstfree;
16 int size; 16 unsigned int size;
17 17
18 rxvt_salloc (int size); 18 rxvt_salloc (unsigned int size);
19 ~rxvt_salloc (); 19 ~rxvt_salloc ();
20 20
21 void *alloc (); 21 void *alloc ();
22 void free (void *data); 22 void free (void *data);
23}; 23};

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines