Improve messages during cancelation.

This commit is contained in:
Vreixo Formoso
2008-02-04 01:41:08 +01:00
parent 99bcef4c53
commit 8930de4026
3 changed files with 13 additions and 1 deletions

View File

@@ -3096,4 +3096,7 @@ const char *iso_image_fs_get_biblio_file_id(IsoImageFilesystem *fs);
/** El-Torito related warning (WARNING,MEDIUM, -333) */
#define ISO_EL_TORITO_WARN 0xD020FEB3
/** Image write cancelled (SORRY,HIGH, -334) */
#define ISO_IMAGE_WRITE_CANCELED 0xE030FEB2
#endif /*LIBISO_LIBISOFS_H_*/