typedef struct {
RXSTRING rxsio_string; /* String to display. */
} RXSIOSAY_PARM;
The output line is contained in rxsio_string. The output line can be any length. It is the responsibility of the exit handler to truncate or split the line if necessary.