Marked loss of binary backward compatibility back in rev 655, libburn-0.3.1
This commit is contained in:
parent
2d6d2679a0
commit
5c8d6865b5
@ -1 +1 @@
|
|||||||
#define Cdrskin_timestamP "2007.10.27.075309"
|
#define Cdrskin_timestamP "2007.11.18.093952"
|
||||||
|
@ -396,6 +396,7 @@ struct burn_source {
|
|||||||
off_t (*get_size)(struct burn_source *);
|
off_t (*get_size)(struct burn_source *);
|
||||||
|
|
||||||
|
|
||||||
|
/* ts A70125 : BROKE BINARY BACKWARD COMPATIBILITY AT libburn-0.3.1. */
|
||||||
/** Program the reply of (*get_size) to a fixed value. It is advised
|
/** Program the reply of (*get_size) to a fixed value. It is advised
|
||||||
to implement this by a attribute off_t fixed_size; in *data .
|
to implement this by a attribute off_t fixed_size; in *data .
|
||||||
The read() function does not have to take into respect this fake
|
The read() function does not have to take into respect this fake
|
||||||
@ -2178,7 +2179,7 @@ int burn_read_data(struct burn_drive *d, off_t byte_address,
|
|||||||
|
|
||||||
/* A70904 */
|
/* A70904 */
|
||||||
/** Inquire whether the drive object is a real MMC drive or a pseudo-drive
|
/** Inquire whether the drive object is a real MMC drive or a pseudo-drive
|
||||||
created by burn_drive_dummy().
|
created by a stdio: address.
|
||||||
@param d The drive to inquire
|
@param d The drive to inquire
|
||||||
@return 0= null-drive
|
@return 0= null-drive
|
||||||
1= real MMC drive
|
1= real MMC drive
|
||||||
|
Loading…
Reference in New Issue
Block a user