IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 395


Ignore:
Timestamp:
Apr 7, 2004, 11:33:05 AM (22 years ago)
Author:
Paul Price
Message:

Removed void *data from psDlistGet --- there is no apparent use for
this, and it appears to have been copied from the function before.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/archive/pslib/include/psDlist.h

    r376 r395  
    6666/** Retrieve from a list */
    6767void *psDlistGet(const psDlist *list,   ///< list to retrieve element from
    68                  void *data,            ///< data item to retrieve
    6968                 int which)             ///< index of item, or PS_DLIST_NEXT, PS_DLIST_PREV, PS_DLIST_UNKNOWN
    7069;
Note: See TracChangeset for help on using the changeset viewer.