New -find action make_md5 to equip files from old images with MD5

This commit is contained in:
2009-08-22 18:41:45 +00:00
parent 6ef20133ff
commit aeb4ef9d05
6 changed files with 89 additions and 29 deletions

View File

@ -459,6 +459,8 @@ int Xorriso_finish_hl_update(struct XorrisO *xorriso, int flag);
int Xorriso_get_md5(struct XorrisO *xorriso, void *in_node, char *path,
char md5[16], int flag);
int Xorriso_make_md5(struct XorrisO *xorriso, void *in_node, char *path,
int flag);
int Xorriso_md5_start(struct XorrisO *xorriso, void **ctx, int flag);