1
0
mirror of https://github.com/signalwire/freeswitch.git synced 2025-04-04 04:05:15 +00:00

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