mirror of
https://github.com/jmarshall23/Hellfire.git
synced 2026-08-17 16:40:41 +02:00
Initial commit.
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
/****************************************************************************
|
||||
*
|
||||
* TRACE.H
|
||||
* Modem trace public interface
|
||||
*
|
||||
* Written by Jeff Strain (1/9/97)
|
||||
*
|
||||
***/
|
||||
|
||||
void TraceBegin (BOOL writepending);
|
||||
void TraceDestroy ();
|
||||
void TraceDumpAddr (LPCSTR addrname, LPVOID addr, unsigned size);
|
||||
void __cdecl TraceOut (const char *format, ...);
|
||||
void __cdecl TracePend (const char *format, ...);
|
||||
Reference in New Issue
Block a user