IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 17, 2006, 3:22:48 PM (20 years ago)
Author:
Paul Price
Message:

psMemIncrRefCounter should have const

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/sys/psMemory.c

    r6500 r7134  
    88*  @author Robert Lupton, Princeton University
    99*
    10 *  @version $Revision: 1.70 $ $Name: not supported by cvs2svn $
    11 *  @date $Date: 2006-02-28 02:53:03 $
     10*  @version $Revision: 1.71 $ $Name: not supported by cvs2svn $
     11*  @date $Date: 2006-05-18 01:22:48 $
    1212*
    1313*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    610610
    611611// increment and return refCounter
    612 psPtr p_psMemIncrRefCounter(psPtr vptr,
     612psPtr p_psMemIncrRefCounter(const psPtr vptr,
    613613                            const char *file,
    614614                            psS32 lineno)
Note: See TracChangeset for help on using the changeset viewer.