Content-type: text/html
dfs_header_t *Trace_GetRecord(fp) FILE *fp;
Trace_GetRecord reads data from the trace file fp, and returns a pointer to a trace record. Storage for the record is allocated in this routine. The record must be freed using Trace_FreeRecord.
NULL is returned if the trace file fp cannot be located, or if end of file has been reached.
Trace_FreeRecord
Lily B. Mummert