c4ac448443
git-svn-id: svn://10.65.10.50/trunk@5855 c028cbd2-c16b-5b4b-a496-9718f37d4682
10 lines
175 B
C
Executable File
10 lines
175 B
C
Executable File
#ifndef __TRACING_H__
|
|
#define __TRACING_H__
|
|
|
|
void SetTracingLevel(int l);
|
|
void EnableTracing(BOOL on);
|
|
BOOL TracingEnabled();
|
|
|
|
BOOL Trace(int l, const char* fmt, ...);
|
|
|
|
#endif |