Index: /branches/pap_branch_070920/psLib/src/fits/psFitsHeader.h
===================================================================
--- /branches/pap_branch_070920/psLib/src/fits/psFitsHeader.h	(revision 15174)
+++ /branches/pap_branch_070920/psLib/src/fits/psFitsHeader.h	(revision 15175)
@@ -4,6 +4,6 @@
  * @author Robert DeSonia, MHPCC
  *
- * @version $Revision: 1.10.14.2 $ $Name: not supported by cvs2svn $
- * @date $Date: 2007-10-03 03:01:45 $
+ * @version $Revision: 1.10.14.3 $ $Name: not supported by cvs2svn $
+ * @date $Date: 2007-10-03 20:19:01 $
  *
  * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -28,4 +28,11 @@
 bool psFitsCheckSingleCompressedImagePHU(const psFits *fits, ///< FITS file pointer
                                          const psMetadata *header ///< Header, or NULL
+    );
+
+/// Parse a string read from the FITS header.
+
+/// Removes the quotes, and any trailing spaces.  NOTE: the returned string is NOT on the psLib memory system
+/// --- it's simply a hacked version of the input string.  Note also that the input string is MODIFIED.
+char *p_psFitsHeaderParseString(char *string ///< String to parse
     );
 
