Ignore:
Timestamp:
May 24, 2001, 5:21:06 PM (24 years ago)
Author:
umoeller
Message:

Misc updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/helpers/linklist.h

    r71 r74  
    158158    #endif
    159159
    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);
    162162    typedef LSTFREE *PLSTFREE;
    163163
Note: See TracChangeset for help on using the changeset viewer.