Checking MD5 of whole session with -check_md5 and empty path list

This commit is contained in:
2009-08-12 20:23:31 +00:00
parent 447aaea8fd
commit 14b101feef
6 changed files with 121 additions and 16 deletions

View File

@ -324,6 +324,9 @@ int Xorriso_restore_node_array(struct XorrisO *xorriso, int flag);
int Xorriso_check_md5(struct XorrisO *xorriso, void *in_node, char *path,
int flag);
int Xorriso_check_session_md5(struct XorrisO *xorriso, char *severity,
int flag);
struct CheckmediajoB {
int use_dev; /* 0= use indev , 1= use outdev , 2= use sector map*/