Next: x1f4_fini_lxdash, Previous: x1f4_cfix_lxdash, Up: Index Library Functions [Index]
extern int x1f4_dset_lxdash (void *lxdash, const struct x1f4_datatype_type **datatypes);
The x1f4_dset_lxdash
function stores the null terminated array of
data type definitions provided by the lxdash
index library at the
datatypes
address.
See struct x1f4_datatype_type.
See Data Type Definition.
There is only one data type the index libraries provide, the ‘index’ type.
Null terminated means here that the last data type definition in the array has
its name
field set to NULL
.
The function returns 0
.