New API calls isoburn_ropt_set_truncate_mode() isoburn_ropt_get_truncate_mode()
This commit is contained in:
@@ -359,6 +359,14 @@ struct isoburn_read_opts {
|
||||
*/
|
||||
int auto_input_charset;
|
||||
|
||||
/**
|
||||
* What to do in case of name longer than truncate_length:
|
||||
* 0= throw FAILURE
|
||||
* 1= truncate to truncate_length with MD5 of whole name at end
|
||||
*/
|
||||
int truncate_mode;
|
||||
int truncate_length;
|
||||
|
||||
/* 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. */
|
||||
|
Reference in New Issue
Block a user