FireBirdLib - Topfield TMS PVR TAP Programming Library
ezxml_error.c
Go to the documentation of this file.
1
#include "
libFireBird.h
"
2
3
const
char
*
ezxml_error
(
ezxml_t
xml)
4
{
5
TRACEENTER
();
6
7
const
char
*(*__ezxml_error)(
ezxml_t
);
8
const
char
*ret = NULL;
9
10
__ezxml_error = (
void
*)
FIS_fwezxml_error
();
11
if
(__ezxml_error)
12
{
13
//call the function
14
ret = __ezxml_error(xml);
15
}
16
17
TRACEEXIT
();
18
return
ret;
19
}
FIS_fwezxml_error
dword FIS_fwezxml_error(void)
Definition:
FIS_fwezxml_error.c:3
ezxml_error
const char * ezxml_error(ezxml_t xml)
Definition:
ezxml_error.c:3
libFireBird.h
TRACEEXIT
#define TRACEEXIT()
Definition:
libFireBird.h:1244
TRACEENTER
#define TRACEENTER()
Definition:
libFireBird.h:1243
ezxml_t
struct ezxml * ezxml_t
Definition:
libFireBird.h:1389
ezxml
Definition:
libFireBird.h:1392
Firmware
ezxml_error.c
Generated on Fri Apr 29 2022 13:34:01 for FireBirdLib - Topfield TMS PVR TAP Programming Library by
1.9.3