Index: trunk/psLib/src/fits/psFitsHeader.h
===================================================================
--- trunk/psLib/src/fits/psFitsHeader.h	(revision 7162)
+++ trunk/psLib/src/fits/psFitsHeader.h	(revision 7227)
@@ -7,6 +7,6 @@
  *  @author Robert DeSonia, MHPCC
  *
- *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-05-22 22:39:07 $
+ *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2006-05-26 03:24:49 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -42,4 +42,14 @@
 
 /** Writes the values of the metadata to the current HDU header.
+ *  Doesn't check if the header has to be created, so not for general public use.
+ *
+ * @return bool         if TRUE, the write was successful, otherwise FALSE.
+ */
+bool p_psFitsWriteHeader(
+    psMetadata* output,                 ///< the psMetadata data in which to write
+    psFits* fits                        ///< the psFits object
+);
+
+/** Writes the values of the metadata to an HDU header.
  *
  *  @return bool        if TRUE, the write was successful, otherwise FALSE.
