Index: trunk/psLib/src/astro/psCoord.c
===================================================================
--- trunk/psLib/src/astro/psCoord.c	(revision 11618)
+++ trunk/psLib/src/astro/psCoord.c	(revision 11668)
@@ -10,6 +10,6 @@
 *  @author GLG, MHPCC
 *
-*  @version $Revision: 1.132 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2007-02-03 06:01:42 $
+*  @version $Revision: 1.133 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2007-02-06 21:36:09 $
 *
 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -151,5 +151,5 @@
 Why isn't this called p_psIsPlaneTransformLinear()?
  *****************************************************************************/
-psBool p_psIsProjectionLinear(psPlaneTransform *transform)
+bool p_psIsProjectionLinear(psPlaneTransform *transform)
 {
     PS_ASSERT_PTR_NON_NULL(transform, false);
Index: trunk/psLib/src/astro/psCoord.h
===================================================================
--- trunk/psLib/src/astro/psCoord.h	(revision 11618)
+++ trunk/psLib/src/astro/psCoord.h	(revision 11668)
@@ -8,6 +8,6 @@
  *  @author GLG, MHPCC
  *
- *  @version $Revision: 1.56 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2007-01-23 22:47:22 $
+ *  @version $Revision: 1.57 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2007-02-06 21:36:09 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -321,5 +321,5 @@
  *  the order of the projection
 */
-psBool p_psIsProjectionLinear(
+bool p_psIsProjectionLinear(
     psPlaneTransform *transform        ///< transform to test for linearity
 );
Index: trunk/psLib/src/astro/psTime.c
===================================================================
--- trunk/psLib/src/astro/psTime.c	(revision 11618)
+++ trunk/psLib/src/astro/psTime.c	(revision 11668)
@@ -10,6 +10,6 @@
  *  @author Ross Harman, MHPCC
  *
- *  @version $Revision: 1.108 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2007-01-09 22:38:52 $
+ *  @version $Revision: 1.109 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2007-02-06 21:36:09 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -1268,5 +1268,5 @@
 {
     psTime*    prevUtc     = NULL;
-    psBool     returnValue = false;
+    bool     returnValue = false;
 
     // Check for valid time
Index: trunk/psLib/src/astro/psTime.h
===================================================================
--- trunk/psLib/src/astro/psTime.h	(revision 11618)
+++ trunk/psLib/src/astro/psTime.h	(revision 11668)
@@ -11,6 +11,6 @@
  *  @author Ross Harman, MHPCC
  *
- *  @version $Revision: 1.54 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2007-01-23 22:47:22 $
+ *  @version $Revision: 1.55 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2007-02-06 21:36:09 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -85,5 +85,5 @@
  * @return bool:    True for success, false for failure.
  */
-psBool p_psTimeInit(
+bool p_psTimeInit(
     const char *fileName               ///< File name containing config/data info
 );
@@ -103,5 +103,5 @@
  * @return void:    void.
  */
-psBool p_psTimeFinalize(void);
+bool p_psTimeFinalize(void);
 
 /** Frees memory that was allocated by psTime functions.
