Previous: x1f4_pfix_lxtrap, Up: Trap Library Functions [Index]
extern int x1f4_qfix_lxtrap (void *lxtrap, void *context, int (*get)(void *, int, int, const struct x1f4_linetext_type **));
The x1f4_qfix_lxtrap
function sets the single parameter function
converters provider for the lxtrap
trap library as get
, the
converter look up method, and context
, the converter look up context. A
NULL
value for get
disables the single parameter function
converter look up.
The function returns 0
.