winpty/Shared/DebugClient.h
Ryan Prichard 22b4de90b8 Checkpoint a reimplementation that uses Qt extensively.
- Use QMake instead of CMake.

 - Use QLocalSocket/QLocalServer to access Win32 named pipes.
2011-10-31 02:19:18 -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