IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 18, 2005, 3:09:57 PM (21 years ago)
Author:
Paul Price
Message:

Adding const qualifiers where missing in the docs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/pap_branch_050513/psLib/src/image/psImage.c

    r3948 r3966  
    99 *  @author Ross Harman, MHPCC
    1010 *
    11  *  @version $Revision: 1.65.2.1 $ $Name: not supported by cvs2svn $
    12  *  @date $Date: 2005-05-16 21:07:01 $
     11 *  @version $Revision: 1.65.2.2 $ $Name: not supported by cvs2svn $
     12 *  @date $Date: 2005-05-19 01:09:57 $
    1313 *
    1414 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    106106}
    107107
    108 psRegion* psRegionFromString(char* region)
     108psRegion* psRegionFromString(const char* region)
    109109{
    110110    psS32 col0;
     
    137137}
    138138
    139 char* psRegionToString(psRegion* region)
     139char* psRegionToString(const psRegion* region)
    140140{
    141141    char tmpText[256]; // big enough to store any region as text
Note: See TracChangeset for help on using the changeset viewer.