IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 16343


Ignore:
Timestamp:
Feb 6, 2008, 2:08:53 PM (18 years ago)
Author:
Paul Price
Message:

Adding const

Location:
trunk/psModules/src/camera
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/camera/pmFPAfile.c

    r16186 r16343  
    446446}
    447447
    448 char *pmFPAfileStringFromType(pmFPAfileType type)
     448const char *pmFPAfileStringFromType(pmFPAfileType type)
    449449{
    450450  switch (type) {
  • trunk/psModules/src/camera/pmFPAfile.h

    r16186 r16343  
    44 * @author EAM, IfA
    55 *
    6  * @version $Revision: 1.26 $ $Name: not supported by cvs2svn $
    7  * @date $Date: 2008-01-23 03:10:51 $
     6 * @version $Revision: 1.27 $ $Name: not supported by cvs2svn $
     7 * @date $Date: 2008-02-07 00:08:53 $
    88 * Copyright 2004-2005 Institute for Astronomy, University of Hawaii
    99 */
     
    126126
    127127// Return the file type as a string
    128 char *pmFPAfileStringFromType(pmFPAfileType type);
     128const char *pmFPAfileStringFromType(pmFPAfileType type);
    129129
    130130/// @}
Note: See TracChangeset for help on using the changeset viewer.