You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
kamailio/modules_k/mi_xmlrpc/abyss_trace.h

12 lines
150 B

#ifndef TRACE_H_INCLUDED
#define TRACE_H_INCLUDED
void
TraceMsg(const char * const fmt, ...);
void
TraceExit(const char * const fmt, ...);
#endif