Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 79 → Rev 80

/shark/trunk/include/trace/trace.h
38,16 → 38,20
*/
 
/*
* CVS : $Id: trace.h,v 1.2 2002-10-21 10:17:26 pj Exp $
* CVS : $Id: trace.h,v 1.3 2003-03-13 13:37:02 pj Exp $
*
* File: $File$
* Revision: $Revision: 1.2 $
* Last update: $Date: 2002-10-21 10:17:26 $
* Revision: $Revision: 1.3 $
* Last update: $Date: 2003-03-13 13:37:02 $
*/
 
#ifndef __TRACE_TRACE_H
#define __TRACE_TRACE_H
 
#include "ll/sys/cdefs.h"
 
__BEGIN_DECLS
 
typedef struct trc_parms {
char *path;
} TRC_PARMS;
73,4 → 77,5
int TRC_init_phase1_standard(void);
int TRC_init_phase2_standard(void);
 
__END_DECLS
#endif