New command -modesty_on_drive, new -as cdrecord -immed, minbuf=, modesty_on_drive=
This commit is contained in:
@ -418,7 +418,7 @@ int Xorriso_execute_option(struct XorrisO *xorriso, char *line, int flag);
|
||||
0= off
|
||||
1= in_double_quotes
|
||||
2= in_quotes
|
||||
3= with_quoted_input resp. on
|
||||
3= with_quoted_input
|
||||
bit5= Prepend the program name as (*argv)[0], so that
|
||||
*argv is suitable for Xorriso_interpreter()
|
||||
and other calls which expect this.
|
||||
@ -992,7 +992,7 @@ struct Xorriso_lsT;
|
||||
the redirection is ended by a call to Xorriso_pull_outlists() with the
|
||||
stack_handle value returned by this call.
|
||||
If Xorriso_option_pkt_output() is set to "on", then it will consolidate
|
||||
output in the result_list of Xorriso_fetch_outlists() resp.
|
||||
output in the result_list of Xorriso_fetch_outlists() and
|
||||
Xorriso_pull_outlists().
|
||||
@param xorriso The environment handle
|
||||
@param stack_handle returns an id number which is unique as long as
|
||||
@ -1068,8 +1068,8 @@ int Xorriso_peek_outlists(struct XorrisO *xorriso, int stack_handle,
|
||||
|
||||
|
||||
/** Disable the redirection given by stack_handle. If it was the current
|
||||
receiver of messages then switch output to the next older redirection
|
||||
resp. to the normal channels if no redirections are stacked any more.
|
||||
receiver of messages then switch output to the next older redirection,
|
||||
or to the normal channels if no redirections are stacked any more.
|
||||
The messages collected by the disabled redirection are handed out as
|
||||
two lists. Both lists have to be disposed via Xorriso_lst_destroy_all()
|
||||
when they are no longer needed.
|
||||
@ -1097,7 +1097,7 @@ int Xorriso_pull_outlists(struct XorrisO *xorriso, int stack_handle,
|
||||
@param xorriso The environment handle
|
||||
@param result_handler Pointer to the function which shall be called with
|
||||
each result message. A NULL pointer causes output
|
||||
to be directed to stdout resp. to be interpreted
|
||||
to be directed to stdout or 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
|
||||
@ -1108,7 +1108,7 @@ int Xorriso_pull_outlists(struct XorrisO *xorriso, int stack_handle,
|
||||
Submit NULL if result_handler is NULL.
|
||||
@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.
|
||||
be directed to stderr or 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
|
||||
@ -1151,7 +1151,7 @@ char *Xorriso_lst_get_text(struct Xorriso_lsT *entry, int flag);
|
||||
|
||||
/** Obtain the address of the next item in the chain of messages.
|
||||
An iteration over the output of Xorriso_pull_outlists() starts at the
|
||||
returned result_list resp. info_list and ends when this function returns
|
||||
returned result_list or info_list and ends when this function returns
|
||||
NULL.
|
||||
@param entry The current list item
|
||||
@param flag unused yet, submit 0
|
||||
@ -1650,6 +1650,10 @@ int Xorriso_option_md5(struct XorrisO *xorriso, char *mode, int flag);
|
||||
int Xorriso_option_mkdiri(struct XorrisO *xorriso, int argc, char **argv,
|
||||
int *idx, int flag);
|
||||
|
||||
/* Command -modesty_on_drive */
|
||||
int Xorriso_option_modesty_on_drive(struct XorrisO *xorriso, char *mode,
|
||||
int flag);
|
||||
|
||||
/* Command -mount , -mount_cmd , -session_string */
|
||||
/* @param bit0= -mount_cmd: print mount command to result channel rather
|
||||
than performing it
|
||||
|
Reference in New Issue
Block a user