guy c4ac448443 Servers
git-svn-id: svn://10.65.10.50/trunk@5855 c028cbd2-c16b-5b4b-a496-9718f37d4682
1998-01-07 10:17:26 +00:00

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