Avoided to use MD5 on filtered streams with compare and update

This commit is contained in:
2009-09-07 16:11:46 +00:00
parent 5fde82ba76
commit b2192ec4f7
4 changed files with 21 additions and 6 deletions

View File

@ -480,6 +480,9 @@ int Xorriso_md5_end(struct XorrisO *xorriso, void **ctx, char md5[16],
*/
int Xorriso_drive_snooze(struct XorrisO *xorriso, int flag);
int Xorriso_is_plain_image_file(struct XorrisO *xorriso, void *in_node,
char *path, int flag);
/* A pseudo file type for El-Torito bootsectors as in man 2 stat :
For now take the highest possible value.