IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 7, 2004, 3:05:01 PM (22 years ago)
Author:
desonia
Message:

rewrote psImageCopy so that macro need not be expanded.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/collections/psList.h

    r1127 r1193  
    1010 *  @ingroup LinkedList
    1111 *
    12  *  @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
    13  *  @date $Date: 2004-06-29 23:19:11 $
     12 *  @version $Revision: 1.8 $ $Name: not supported by cvs2svn $
     13 *  @date $Date: 2004-07-08 01:05:00 $
    1414 *
    1515 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    8181 *                      NULL, the return value will also be NULL.
    8282 */
    83 psList* psListAdd(
     83bool psListAdd(
    8484    psList* restrict list,              ///< list to add to (if NULL, nothing is done)
    8585    void* data,                         ///< data item to add.  If NULL, list is not modified.
    8686    int where                           ///< index, PS_LIST_HEAD, PS_LIST_TAIL, or numbered location.
    87 );
    88 
    89 /** Appends an item to a psList.
    90  *
    91  *  @return psList*     The psList with added data item.  If list parameter is
    92  *                      NULL, the return value will also be NULL.
    93  */
    94 psList* psListAppend(
    95     psList* restrict list,              ///< list to append to (if NULL, nothing is done)
    96     void *data                          ///< data item to add. If NULL, list is not modified.
    9787);
    9888
Note: See TracChangeset for help on using the changeset viewer.