Created API and hfsplus interface of HFS+ blessing.

But iso_write_opts_bless() is still a dummy.
This commit is contained in:
2012-05-25 14:40:06 +02:00
parent 177864bd13
commit ab11c954d9
5 changed files with 88 additions and 0 deletions

View File

@ -2066,6 +2066,7 @@ void *iso_alloc_mem(size_t size, size_t count, int flag)
}
/* API, >>> ts B20525 : should finally go to hfplus.c */
int iso_hfsplus_xinfo_func(void *data, int flag)
{
if (flag == 1 && data != NULL)
@ -2074,6 +2075,7 @@ int iso_hfsplus_xinfo_func(void *data, int flag)
}
/* API, >>> ts B20525 : should finally go to hfplus.c */
struct iso_hfsplus_xinfo_data *iso_hfsplus_xinfo_new(int flag)
{
struct iso_hfsplus_xinfo_data *o;