forked from Mirrors/freeswitch
11 lines
302 B
C
11 lines
302 B
C
|
/* iksemel (XML parser for Jabber)
|
||
|
** Copyright (C) 2000-2003 Gurer Ozen <madcat@e-kolay.net>
|
||
|
** This code is free software; you can redistribute it and/or
|
||
|
** modify it under the terms of GNU Lesser General Public License.
|
||
|
*/
|
||
|
|
||
|
void t_reset (void);
|
||
|
unsigned long t_elapsed (void);
|
||
|
|
||
|
void m_trace (void);
|