|
|
|
@ -689,6 +689,8 @@ int Xorriso_pull_outlists(struct XorrisO *xorriso, int stack_handle,
|
|
|
|
|
to be directed to stdout resp. to be interpreted
|
|
|
|
|
as -pkt_output format if this is enabled by
|
|
|
|
|
Xorriso_option_pkt_output().
|
|
|
|
|
The function should return 1. A return value of -1
|
|
|
|
|
urges not to call again with further lines.
|
|
|
|
|
@param result_handle The first argument of (*result_handler)(). It shall
|
|
|
|
|
point to a memory object that knows all necessary
|
|
|
|
|
external parameters for running (*result_handler)().
|
|
|
|
@ -696,6 +698,8 @@ int Xorriso_pull_outlists(struct XorrisO *xorriso, int stack_handle,
|
|
|
|
|
@param info_handler Pointer to the function which shall be called with
|
|
|
|
|
each info message. A NULL pointer causes output to
|
|
|
|
|
be directed to stderr resp. to -as mkisofs -log-file.
|
|
|
|
|
The function should return 1. A return value of -1
|
|
|
|
|
urges not to call again with further lines.
|
|
|
|
|
@param info_handle The first argument of (*info_handler)(). It shall
|
|
|
|
|
point to a memory object that knows all necessary
|
|
|
|
|
external parameters for running (*info_handler)().
|
|
|
|
|