Changeset 74 for trunk/include/helpers/linklist.h
- Timestamp:
- May 24, 2001, 5:21:06 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/helpers/linklist.h
r71 r74 158 158 #endif 159 159 160 BOOL XWPENTRY lstFree(PLINKLIST pList);161 typedef BOOL XWPENTRY LSTFREE(PLINKLIST pList);160 BOOL XWPENTRY lstFree(PLINKLIST *ppList); 161 typedef BOOL XWPENTRY LSTFREE(PLINKLIST *ppList); 162 162 typedef LSTFREE *PLSTFREE; 163 163
Note:
See TracChangeset
for help on using the changeset viewer.