New API functions isoburn_ropt_[sg]et_auto_incharset()

This commit is contained in:
2009-03-20 19:29:04 +00:00
parent 359333effa
commit d5cb4aa3d0
5 changed files with 45 additions and 8 deletions

View File

@ -270,6 +270,15 @@ struct isoburn_read_opts {
*/
char *input_charset;
/**
* Enable or disable methods to automatically choose an input charset.
* This eventually overrides input_charset.
*
* bit0= allow to set the input character set automatically from
* attribute "isofs.cs" of root directory
*/
int auto_input_charset;
/* modified by the function isoburn_read_image */
unsigned int hasRR:1; /*< It will be set to 1 if RR extensions are present,
to 0 if not. */