Index: trunk/psLib/src/collections/psMetadataIO.h
===================================================================
--- trunk/psLib/src/collections/psMetadataIO.h	(revision 2318)
+++ trunk/psLib/src/collections/psMetadataIO.h	(revision 2528)
@@ -9,6 +9,6 @@
 *  @author Ross Harman, MHPCC
 *
-*  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2004-11-10 18:26:53 $
+*  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2004-11-30 01:19:14 $
 *
 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -66,4 +66,15 @@
 );
 
+/** Read XML metadata configuration file.
+ *
+ *  Loads pre-defined XML settings by parsing a configuration file into a psMetadata structure.
+ *
+ *  @return psS32 : Number of lines that failed to be read.
+ */
+psS32 psMetadataParseConfigXml(
+    psMetadata** md,                   ///< Resulting metadata from read.
+    const char *fileName               ///< Name of file to read.
+)
+
 /// @}
 
