Clarified API description of isoburn_read_iso_head()

This commit is contained in:
Thomas Schmitt 2010-06-16 10:55:44 +00:00
parent ed3eede4aa
commit c9e6c44be3
2 changed files with 2 additions and 2 deletions

View File

@ -628,7 +628,7 @@ void isoburn_toc_disc_free(struct isoburn_toc_disc *disc);
@since 0.1.6
@param d The drive with the media to inspect
@param lba The block number from where to read
@param image_blocks The number of 2048 bytes blocks
@param image_blocks Returns the number of 2048 bytes blocks in the session
@param info Caller provided memory, enough to take eventual info reply
@param flag bit0-7: info return mode
0= do not return anything in info (do not even touch it)

View File

@ -1 +1 @@
#define Xorriso_timestamP "2010.06.15.160501"
#define Xorriso_timestamP "2010.06.16.105449"