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.3 by pcg, Sun May 9 18:19:49 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 *alloc (void *data, unsigned int datalen);
22 void free (void *data); 23 void free (void *data);
23}; 24};
24 25
25#endif 26#endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines