New API call isoburn_igopt_set_hfsp_serial_number()

This commit is contained in:
2012-05-27 16:56:14 +00:00
parent 6fdf7a5fae
commit 4ea1032820
5 changed files with 54 additions and 1 deletions

View File

@@ -672,6 +672,12 @@ struct isoburn_imgen_opts {
/* Eventual name of the non-ISO aspect of the image. E.g. SUN ASCII label.
*/
char ascii_disc_label[Libisoburn_disc_label_sizE];
/* HFS+ image serial number.
* 00...00 means that it shall be generated by libisofs.
*/
uint8_t hfsp_serial_number[8];
};