Changeset 11668 for trunk/psLib/src/astro/psTime.h
- Timestamp:
- Feb 6, 2007, 11:36:09 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/astro/psTime.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/astro/psTime.h
r11248 r11668 11 11 * @author Ross Harman, MHPCC 12 12 * 13 * @version $Revision: 1.5 4$ $Name: not supported by cvs2svn $14 * @date $Date: 2007-0 1-23 22:47:22$13 * @version $Revision: 1.55 $ $Name: not supported by cvs2svn $ 14 * @date $Date: 2007-02-06 21:36:09 $ 15 15 * 16 16 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 85 85 * @return bool: True for success, false for failure. 86 86 */ 87 psBool p_psTimeInit(87 bool p_psTimeInit( 88 88 const char *fileName ///< File name containing config/data info 89 89 ); … … 103 103 * @return void: void. 104 104 */ 105 psBool p_psTimeFinalize(void);105 bool p_psTimeFinalize(void); 106 106 107 107 /** Frees memory that was allocated by psTime functions.
Note:
See TracChangeset
for help on using the changeset viewer.
