mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-04 17:51:03 +00:00
12 lines
150 B
C
12 lines
150 B
C
|
#ifndef TRACE_H_INCLUDED
|
||
|
#define TRACE_H_INCLUDED
|
||
|
|
||
|
void
|
||
|
TraceMsg(const char * const fmt, ...);
|
||
|
|
||
|
void
|
||
|
TraceExit(const char * const fmt, ...);
|
||
|
|
||
|
#endif
|
||
|
|