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/psHash.c

    r4352 r4392  
    1212*  @author GLG, MHPCC
    1313*
    14 *  @version $Revision: 1.20 $ $Name: not supported by cvs2svn $
    15 *  @date $Date: 2005-06-22 23:48:39 $
     14*  @version $Revision: 1.21 $ $Name: not supported by cvs2svn $
     15*  @date $Date: 2005-06-25 02:02:05 $
    1616*
    1717*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    9191    psHashBucket* bucket = psAlloc(sizeof(psHashBucket));
    9292
    93     psMemSetDeallocator(bucket, (psFreeFcn) hashBucketFree);
     93    psMemSetDeallocator(bucket, (psFreeFunc) hashBucketFree);
    9494
    9595    // Initialize the bucket.
     
    142142    psHash* table = psAlloc(sizeof(psHash));
    143143
    144     psMemSetDeallocator(table, (psFreeFcn) hashFree);
     144    psMemSetDeallocator(table, (psFreeFunc) hashFree);
    145145
    146146    // Allocate memory for the buckets.
Note: See TracChangeset for help on using the changeset viewer.