Index: trunk/archive/pslib/include/psMetadata.h
===================================================================
--- trunk/archive/pslib/include/psMetadata.h	(revision 443)
+++ trunk/archive/pslib/include/psMetadata.h	(revision 457)
@@ -64,4 +64,11 @@
 				    ...	///< possible arguments for name format
     );
+psMetadataItem *psVMetadataItemAlloc(
+    int typeFlags,			// type of this piece of metadata + flags
+    const void *data,			// value of new item
+    const char *comment,		// comment associated with item; may be NULL
+    const char *name,			// name of new item of metadata (may be an sprintf format)
+    va_list ap				// possible arguments for name format
+    );
 
 /** Destructor */
