IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 24, 2005, 4:02:05 PM (21 years ago)
Author:
drobbin
Message:

changed psFreeFcn to psFreeFunc

File:
1 edited

Legend:

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

    r4367 r4392  
    66 *  @author Robert Daniel DeSonia, MHPCC
    77 *
    8  *  @version $Revision: 1.38 $ $Name: not supported by cvs2svn $
    9  *  @date $Date: 2005-06-23 03:50:29 $
     8 *  @version $Revision: 1.39 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2005-06-25 02:02:05 $
    1010 *
    1111 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    129129    psList* list = psAlloc(sizeof(psList));
    130130
    131     psMemSetDeallocator(list, (psFreeFcn) listFree);
     131    psMemSetDeallocator(list, (psFreeFunc) listFree);
    132132
    133133    list->size = 0;
     
    153153    psListIterator* iter = psAlloc(sizeof(psListIterator));
    154154
    155     psMemSetDeallocator(iter, (psFreeFcn) listIteratorFree);
     155    psMemSetDeallocator(iter, (psFreeFunc) listIteratorFree);
    156156
    157157    // initialize the attributes
Note: See TracChangeset for help on using the changeset viewer.