Small change in doc/iso_hybrid_fs.txt

This commit is contained in:
Thomas Schmitt 2012-03-06 15:13:45 +01:00
parent ac9116c64e
commit 475eb36978
1 changed files with 2 additions and 1 deletions

View File

@ -66,7 +66,8 @@ What libisofs needs to get implemented for a new add-on filesystem:
The emerging overall image is represented by an Ecma119Image object.
This is an instance of quite fat struct ecma119_image which, among many
others, holds some Joliet specific parameters. Defined in libisofs/ecma119.h.
others, holds some parameters which are specific to the implemented add-on
filesystems. It is defined in libisofs/ecma119.h.
It gets programmed by applications via API calls for IsoWriteOpts which is
defined as struct iso_write_opts in libisofs/ecma119.h.