Index: trunk/psLib/src/astro/psCoord.h
===================================================================
--- trunk/psLib/src/astro/psCoord.h	(revision 5542)
+++ trunk/psLib/src/astro/psCoord.h	(revision 5624)
@@ -1,19 +1,19 @@
 /** @file  psCoord.h
-*
-*  @brief Contains basic coordinate transformation definitions and operations
-*
-*  This file defines the basic types for astronomical coordinate
-*  transformation
-*
-*  @ingroup CoordinateTransform
-*
-*
-*  @author GLG, MHPCC
-*
-*  @version $Revision: 1.47 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2005-11-18 19:39:29 $
-*
-*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
-*/
+ *
+ *  @brief Contains basic coordinate transformation definitions and operations
+ *
+ *  This file defines the basic types for astronomical coordinate
+ *  transformation
+ *
+ *  @ingroup CoordinateTransform
+ *
+ *
+ *  @author GLG, MHPCC
+ *
+ *  @version $Revision: 1.48 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-11-30 02:00:00 $
+ *
+ *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
+ */
 
 #ifndef PS_COORD_H
@@ -323,4 +323,7 @@
     psPlaneTransform *transform        ///< transform to invert
 );
+psPlaneTransform *p_psPlaneTransformLinearInvert_MHPCC(
+    psPlaneTransform *transform        ///< transform to invert
+);
 
 
