Index: trunk/psLib/src/astronomy/psAstrometry.h
===================================================================
--- trunk/psLib/src/astronomy/psAstrometry.h	(revision 1479)
+++ trunk/psLib/src/astronomy/psAstrometry.h	(revision 1481)
@@ -8,6 +8,6 @@
 *  @author George Gusciora, MHPCC
 *
-*  @version $Revision: 1.13 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2004-08-11 22:01:35 $
+*  @version $Revision: 1.14 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2004-08-11 23:08:37 $
 *
 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -243,7 +243,11 @@
  *  @return psGrommit* New grommit structure.
  */
-psGrommit* psGrommitAlloc(
-    const psExposure* exp              ///< the cooresponding exposure structure.
-);
+psGrommit* psGrommitAlloc(const psExposure* exp        ///< the cooresponding exposure structure.
+                         );
+void p_psGrommitFree(psGrommit *grommit);
+=======
+    psGrommit* psGrommitAlloc(
+        const psExposure* exp              ///< the cooresponding exposure structure.
+    );
 
 /** Find cooresponding cell for given FPA coordinate
