Allowing to restore from image with pending changes

This commit is contained in:
2008-06-09 13:44:06 +00:00
parent daa98e8008
commit 25c4acaf79
6 changed files with 264 additions and 34 deletions

View File

@ -246,5 +246,12 @@ int Xorriso_is_split(struct XorrisO *xorriso, char *path, void *node,
int Xorriso_restore(struct XorrisO *xorriso,
char *img_path, char *disk_path, int flag);
/* @param flag bit0= in_node is valid, do not resolve img_path
*/
int Xorriso_restore_is_identical(struct XorrisO *xorriso, void *in_node,
char *img_path, char *disk_path,
char type_text[5], int flag);
#endif /* Xorrisoburn_includeD */