Index: trunk/archive/pslib/include/psTrace.h
===================================================================
--- trunk/archive/pslib/include/psTrace.h	(revision 370)
+++ trunk/archive/pslib/include/psTrace.h	(revision 601)
@@ -19,10 +19,10 @@
 
 /// Set trace level 
-int psSetTraceLevel(const char *facil,	///< facilty of interest
+int psTraceSetLevel(const char *facil,	///< facilty of interest
 		    int level)		///< desired trace level
 ;
 
 /// Get the trace level 
-int psGetTraceLevel(const char *facil)	///< facilty of interest
+int psTraceGetLevel(const char *facil)	///< facilty of interest
 ;
 
@@ -32,6 +32,10 @@
 
 /// print trace levels 
-void psPrintTraceLevels(void)
+void psTracePrintLevels(void)
 ;
+
+/** Set destination for tracing. */
+void psTraceSetDestination(const char *filename // File to write to
+    );
 
 /* \} */ // End of SystemGroup Functions
