Ignore:
Timestamp:
Feb 14, 2001, 10:01:57 PM (25 years ago)
Author:
umoeller
Message:

Added XML.

File:
1 edited

Legend:

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

    r20 r35  
    216216                                void* pStorage);
    217217
     218    /* ******************************************************************
     219     *
     220     *   List pseudo-stacks
     221     *
     222     ********************************************************************/
     223
     224    PLISTNODE lstPush(PLINKLIST pList,
     225                      void* pNewItemData);
     226
     227    PLISTNODE lstPop(PLINKLIST pList);
     228
    218229#endif
    219230
Note: See TracChangeset for help on using the changeset viewer.