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.2 by pcg, Sat Jan 31 00:20:21 2004 UTC vs.
Revision 1.3 by pcg, Sun May 9 18:19:49 2004 UTC

17 17
18 rxvt_salloc (unsigned 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