New (yet inofficial) -as mkisofs option -hfsplus-file-creator-type

This commit is contained in:
2012-05-25 08:45:56 +00:00
parent 0cb3ab5577
commit eda78234a6
4 changed files with 85 additions and 7 deletions

View File

@ -598,5 +598,9 @@ int Xorriso_list_extras(struct XorrisO *xorriso, char *mode, int flag);
int Xorriso_set_data_cache(struct XorrisO *xorriso, void *ropts,
int num_tiles, int tile_blocks, int flag);
int Xorriso_hfsplus_file_creator_type(struct XorrisO *xorriso, char *path,
void *in_node,
char *creator, char *hfs_type, int flag);
#endif /* Xorrisoburn_includeD */