Index: trunk/psLib/src/sys/psTrace.h
===================================================================
--- trunk/psLib/src/sys/psTrace.h	(revision 4610)
+++ trunk/psLib/src/sys/psTrace.h	(revision 4944)
@@ -9,6 +9,6 @@
  *  @author GLG, MHPCC
  *
- *  @version $Revision: 1.35 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-07-26 00:44:44 $
+ *  @version $Revision: 1.36 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-09-02 21:32:06 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -106,5 +106,5 @@
 /// Set the destination of future trace messages.
 void psTraceSetDestination(
-    FILE * fp                          ///< Pointer to file
+    int fd                             ///< File descriptor
 );
 
@@ -113,5 +113,5 @@
  *  @return FILE*:      File Destination
  */
-FILE *psTraceGetDestination(void);
+int psTraceGetDestination(void);
 
 /* \} */// End of SystemGroup Functions
