Index: trunk/archive/pslib/include/psMetadata.h
===================================================================
--- trunk/archive/pslib/include/psMetadata.h	(revision 1588)
+++ trunk/archive/pslib/include/psMetadata.h	(revision 1600)
@@ -68,5 +68,5 @@
 
 /// Add item to the end of the metadata
-psMetadataItem *psMetadataAddItem(psMetadata *md, ///< metadata to add to
+bool *psMetadataAddItem(psMetadata *md, ///< metadata to add to
 				  int where, ///< Where to add item
 				  psMetadataItem *item) ///< Metatdata item to add
@@ -74,5 +74,5 @@
 
 /// Add item to the end of the metadata.  Combines psMetadataItemAlloc and psMetadataAppendItem
-psMetadataItem *psMetadataAdd(psMetadata *md, ///< Metadata to add to
+bool *psMetadataAdd(psMetadata *md, ///< Metadata to add to
 			      int where, ///< Where to add item
 			      const char *name, ///< name of new item of metadata (sprintf format)
