Differences From Artifact [25e264f941]:
- File src/OFListObject.h — part of check-in [778be56179] at 2008-09-14 15:29:34 on branch trunk — Coding style. (user: js, size: 603) [annotate] [blame] [check-ins using]
To Artifact [7460e3daf6]:
- File
src/OFListObject.h
— part of check-in
[7a49441656]
at
2008-10-09 00:25:31
on branch trunk
— Multiple changes, see details.
* Use config.h.
* Check whether to use sel_get_name or sel_getName.
* Rename freeWithData to freeIncludingData. (user: js, size: 624) [annotate] [blame] [check-ins using]
︙ | |||
14 15 16 17 18 19 20 | 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 | - - - + + + | @interface OFListObject: OFObject { void *data; OFListObject *next; OFListObject *prev; } |