winpty/DebugClient.h
2011-10-30 15:07:02 -07:00

8 lines
147 B
C

#ifndef DEBUGCLIENT_H
#define DEBUGCLIENT_H
void TraceRaw(const char *format, ...);
void Trace(const char *format, ...);
#endif // DEBUGCLIENT_H