Index: trunk/psLib/src/sys/psTrace.h
===================================================================
--- trunk/psLib/src/sys/psTrace.h	(revision 11248)
+++ trunk/psLib/src/sys/psTrace.h	(revision 11449)
@@ -9,6 +9,6 @@
  *  @author GLG, MHPCC
  *
- *  @version $Revision: 1.53 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2007-01-23 22:47:23 $
+ *  @version $Revision: 1.54 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2007-01-31 00:38:46 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -22,4 +22,5 @@
 
 #include <stdarg.h>
+#include "psMetadata.h"
 
 #define PS_UNKNOWN_TRACE_LEVEL -9999   // we don't know this name's level
@@ -172,4 +173,7 @@
 int psTraceGetDestination(void);
 
+/// Return a psMetadata summarising the trace levels
+psMetadata *psTraceLevels(void);
+
 /// @}
 #endif /* PS_NO_TRACE */
