IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 10, 2004, 8:27:08 AM (22 years ago)
Author:
harman
Message:

Changed function argument

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/astronomy/psTime.h

    r2301 r2318  
    5454 *  @author Ross Harman, MHPCC
    5555 *
    56  *  @version $Revision: 1.18 $ $Name: not supported by cvs2svn $
    57  *  @date $Date: 2004-11-09 00:36:13 $
     56 *  @version $Revision: 1.19 $ $Name: not supported by cvs2svn $
     57 *  @date $Date: 2004-11-10 18:27:08 $
    5858 *
    5959 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    107107 * @return  bool: True for success, false for failure.
    108108 */
    109 bool psTimeInit(char *fileName);
     109psBool psTimeInit(const char *fileName);
    110110
    111111/** Free memory persistant time data.
     
    115115 * @return  void: void.
    116116 */
    117 void psTimeFinalize(void);
     117psBool psTimeFinalize(void);
    118118
    119119/** Allocate time struct.
Note: See TracChangeset for help on using the changeset viewer.