Skip to content
Snippets Groups Projects
Commit a0af6ab5 authored by Alexandre Bourget's avatar Alexandre Bourget
Browse files

libiax2: fix debug support.

parent affdb0da
No related branches found
No related tags found
No related merge requests found
......@@ -249,21 +249,6 @@ void iax_disable_debug(void)
debug = 0;
}
void iax_set_private(struct iax_session *s, void *ptr)
{
s->pvt = ptr;
}
void *iax_get_private(struct iax_session *s)
{
return s->pvt;
}
void iax_set_sendto(struct iax_session *s, iax_sendto_t ptr)
{
s->sendto = ptr;
}
/* This is a little strange, but to debug you call DEBU(G "Hello World!\n"); */
#if defined(WIN32) || defined(_WIN32_WCE)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment