New API calls iso_image_get_app_use() and iso_image_set_app_use()

This commit is contained in:
2013-08-04 12:32:31 +02:00
parent 77c8349c56
commit d55ed2d1ca
5 changed files with 63 additions and 15 deletions

View File

@ -53,6 +53,7 @@ struct Iso_Image
char *modification_time;
char *expiration_time;
char *effective_time;
char application_use[512];
/* el-torito boot catalog */
struct el_torito_boot_catalog *bootcat;