FireBirdLib - Topfield TMS PVR TAP Programming Library
ezxml_free.c
Go to the documentation of this file.
1#include "libFireBird.h"
2
4{
6
7 void (*__ezxml_free)(ezxml_t);
8
9 __ezxml_free = (void*)FIS_fwezxml_free();
10 if(__ezxml_free)
11 {
12 //call the function
13 __ezxml_free(xml);
14 }
15
16 TRACEEXIT();
17}
dword FIS_fwezxml_free(void)
void ezxml_free(ezxml_t xml)
Definition: ezxml_free.c:3
#define TRACEEXIT()
Definition: libFireBird.h:1244
#define TRACEENTER()
Definition: libFireBird.h:1243
struct ezxml * ezxml_t
Definition: libFireBird.h:1389