Inserted problem messages where libisoburn API produces own failures

This commit is contained in:
2008-02-04 18:47:17 +00:00
parent de2a2025dd
commit 0752efbef1
6 changed files with 86 additions and 36 deletions

View File

@ -697,7 +697,7 @@ int isoburn_prepare_new_image(struct burn_drive *in_drive,
preparation call.
@param flag Bitfield, submit 0 for now.
bit0= -reserved for internal use-
@return <=0 error , 1 = success
@return <0 error, 0= no pending preparations detectable, 1 = canceled
*/
int isoburn_cancel_prepared_write(struct burn_drive *input_drive, int flag);