(Forgot to store libisofs.h before rev 514)

This commit is contained in:
Thomas Schmitt 2009-04-06 09:56:26 +02:00
parent 6389bbbf58
commit d98081f173
1 changed files with 2 additions and 0 deletions

View File

@ -2859,6 +2859,8 @@ dev_t iso_special_get_dev(IsoSpecial *special);
/**
* Get the IsoStream that represents the contents of the given IsoFile.
* The stream may be a filter stream which itself get its input from a
* further stream. This may be inwuired by iso_stream_get_input_stream().
*
* If you iso_stream_open() the stream, iso_stream_close() it before
* image generation begins.