Index: trunk/psLib/src/astronomy/psMetadata.h
===================================================================
--- trunk/psLib/src/astronomy/psMetadata.h	(revision 1844)
+++ trunk/psLib/src/astronomy/psMetadata.h	(revision 1970)
@@ -11,6 +11,6 @@
 *  @author Ross Harman, MHPCC
 *
-*  @version $Revision: 1.22 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2004-09-21 23:27:55 $
+*  @version $Revision: 1.23 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2004-10-06 01:06:27 $
 *
 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -21,5 +21,4 @@
 #include <stdarg.h>
 #include <stdio.h>
-#include <fitsio.h>
 
 #include "psHash.h"
@@ -40,4 +39,5 @@
     PS_META_F64,                       ///< Double-precision float data.
     PS_META_STR,                       ///< String data (Stored in as void *).
+    PS_META_VEC,                       ///< Vector data (Stored in as void *).
     PS_META_IMG,                       ///< Image data (Stored in as void *).
     PS_META_JPEG,                      ///< JPEG data (Stored in as void *).
@@ -84,10 +84,4 @@
 psMetadata;
 
-/*****************************************************************************/
-
-/* FUNCTION PROTOTYPES                                                       */
-
-/*****************************************************************************/
-
 /** Create a metadata item.
  *
@@ -248,35 +242,4 @@
 );
 
-/** Print metadata item to file.
- *
- *  Metadata items may be printed to an open file descriptor based on a
- *  provided format. The format is a sprintf format statement with exactly
- *  one % formatting command. If the metadata item type is a numeric type,
- *  this formatting command must also be numeric, and the type conversion
- *  performed to the value to match the format type. If the metadata type is
- *  a string, the fromatting command must also be for a string. If the
- *  metadata type is any other data type, printing is not allowed.
- *
- * @return psMetadataItem* : Pointer metadata item.
- */
-void psMetadataItemPrint(
-    FILE * fd,                         ///< Pointer to file to write metadata item.
-    const char *format,                ///< Format to print metadata item.
-    const psMetadataItem* restrict metadataItem ///< Metadata item to print.
-);
-
-/** Read metadata header.
- *
- *  Read a metadata header from file. If the file is not found, an error is
- *  reported. This file is currently unimplemented.
- *
- *  @return psMetadata* : Pointer metadata.
- */
-psMetadata* psMetadataReadHeader(
-    psMetadata* output,                ///< Resulting metadata from read.
-    char *extName,                     ///< File name extension string.
-    int extNum,                        ///< File name extension number. Starts at 1.
-    char *fileName                     ///< Name of file to read.
-);
 
 /// @}
