--- np2/win9xc/trace.h 2003/12/08 00:55:34 1.2 +++ np2/win9xc/trace.h 2004/03/07 01:23:14 1.6 @@ -15,6 +15,8 @@ extern "C" { extern void trace_init(void); extern void trace_term(void); extern void trace_fmt(const char *str, ...); +extern void trace_fmt2(const char *str, ...); +extern void trace_fileout(const char *fname); #ifdef __cplusplus } @@ -23,7 +25,7 @@ extern void trace_fmt(const char *str, . #define TRACEINIT() trace_init() #define TRACETERM() trace_term() #define TRACEOUT(arg) trace_fmt arg -#define VERBOSE(arg) trace_fmt arg +#define VERBOSE(arg) trace_fmt2 arg #endif