Changeset 4944 for trunk/psLib/src/sys/psTrace.h
- Timestamp:
- Sep 2, 2005, 11:32:06 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/sys/psTrace.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sys/psTrace.h
r4610 r4944 9 9 * @author GLG, MHPCC 10 10 * 11 * @version $Revision: 1.3 5$ $Name: not supported by cvs2svn $12 * @date $Date: 2005-0 7-26 00:44:44$11 * @version $Revision: 1.36 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2005-09-02 21:32:06 $ 13 13 * 14 14 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 106 106 /// Set the destination of future trace messages. 107 107 void psTraceSetDestination( 108 FILE * fp ///< Pointer to file108 int fd ///< File descriptor 109 109 ); 110 110 … … 113 113 * @return FILE*: File Destination 114 114 */ 115 FILE *psTraceGetDestination(void);115 int psTraceGetDestination(void); 116 116 117 117 /* \} */// End of SystemGroup Functions
Note:
See TracChangeset
for help on using the changeset viewer.
