Changeset 2318 for trunk/psLib/src/astronomy/psTime.h
- Timestamp:
- Nov 10, 2004, 8:27:08 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/astronomy/psTime.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/astronomy/psTime.h
r2301 r2318 54 54 * @author Ross Harman, MHPCC 55 55 * 56 * @version $Revision: 1.1 8$ $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 $ 58 58 * 59 59 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 107 107 * @return bool: True for success, false for failure. 108 108 */ 109 bool psTimeInit(char *fileName);109 psBool psTimeInit(const char *fileName); 110 110 111 111 /** Free memory persistant time data. … … 115 115 * @return void: void. 116 116 */ 117 voidpsTimeFinalize(void);117 psBool psTimeFinalize(void); 118 118 119 119 /** Allocate time struct.
Note:
See TracChangeset
for help on using the changeset viewer.
