Index: trunk/psLib/src/fits/psFitsHeader.h
===================================================================
--- trunk/psLib/src/fits/psFitsHeader.h	(revision 7227)
+++ trunk/psLib/src/fits/psFitsHeader.h	(revision 7229)
@@ -7,6 +7,6 @@
  *  @author Robert DeSonia, MHPCC
  *
- *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-05-26 03:24:49 $
+ *  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2006-05-27 01:49:22 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -42,20 +42,20 @@
 
 /** 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.
+ *  Doesn't check if the header has to be created.
  *
  * @return bool         if TRUE, the write was successful, otherwise FALSE.
  */
-bool p_psFitsWriteHeader(
+bool 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.
+/** Writes a "blank" --- a header only, with no image or table.
  *
  *  @return bool        if TRUE, the write was successful, otherwise FALSE.
  */
-bool psFitsWriteHeader(
+bool psFitsWriteBlank(
     psMetadata* output,                 ///< the psMetadata data in which to write
-    psFits* fits                       ///< the psFits object
+    psFits* fits                        ///< the psFits object
 );
 
