Add write function. Fix bug in PVD writing and dir. record len computation.

This commit is contained in:
Vreixo Formoso
2007-12-22 14:45:00 +01:00
parent 42731f4135
commit d07fed1a4c
5 changed files with 100 additions and 22 deletions

View File

@ -19,6 +19,9 @@
#define LIBISO_FILE_IGNORED 0x00030100
/** File cannot be writing to image (ignored) */
#define LIBISO_FILE_CANT_WRITE 0x00030101
/** Write error */
#define LIBISO_WRITE_ERROR 0x00030102
/** Can't read file (ignored) */
#define LIBISO_CANT_READ_FILE 0x00031001