Index: trunk/psLib/src/astronomy/psMetadataIO.h
===================================================================
--- trunk/psLib/src/astronomy/psMetadataIO.h	(revision 2204)
+++ trunk/psLib/src/astronomy/psMetadataIO.h	(revision 2318)
@@ -9,6 +9,6 @@
 *  @author Ross Harman, MHPCC
 *
-*  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2004-10-27 00:57:30 $
+*  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2004-11-10 18:26:53 $
 *
 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -50,5 +50,5 @@
     psMetadata* output,                ///< Resulting metadata from read.
     char *extName,                     ///< File name extension string.
-    psS32 extNum,                        ///< File name extension number. Starts at 1.
+    psS32 extNum,                      ///< File name extension number. Starts at 1.
     char *fileName                     ///< Name of file to read.
 );
@@ -62,6 +62,6 @@
 psS32 psMetadataParseConfig(
     psMetadata** md,                   ///< Resulting metadata from read.
-    char *fileName,                    ///< Name of file to read.
-    psBool overwrite                     ///< Allow overwrite of duplicate specifications.
+    const char *fileName,              ///< Name of file to read.
+    psBool overwrite                   ///< Allow overwrite of duplicate specifications.
 );
 
