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/sysUtils/psMemory.c

    r4321 r4392  
    88*  @author Robert Lupton, Princeton University
    99*
    10 *  @version $Revision: 1.54 $ $Name: not supported by cvs2svn $
    11 *  @date $Date: 2005-06-20 22:42:30 $
     10*  @version $Revision: 1.55 $ $Name: not supported by cvs2svn $
     11*  @date $Date: 2005-06-25 02:02:05 $
    1212*
    1313*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    640640}
    641641
    642 void psMemSetDeallocator(psPtr vptr, psFreeFcn freeFcn)
     642void psMemSetDeallocator(psPtr vptr, psFreeFunc freeFcn)
    643643{
    644644    if (vptr == NULL) {
     
    655655
    656656}
    657 psFreeFcn psMemGetDeallocator(psPtr vptr)
     657psFreeFunc psMemGetDeallocator(psPtr vptr)
    658658{
    659659    if (vptr == NULL) {
Note: See TracChangeset for help on using the changeset viewer.