diff options
Diffstat (limited to 'inc')
-rwxr-xr-x | inc/recover.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/recover.h b/inc/recover.h index 85f1738..2af7f3f 100755 --- a/inc/recover.h +++ b/inc/recover.h @@ -5,7 +5,7 @@ extern int end; -slices_t *recover(char *src, char *dst, char*ddOpts, address_t beginSector, address_t endSector/*, int depth*/); +void recover(slices_t *slices, char *src, char *dst, char*ddOpts); int tryRecoverUntilError(slice_t *sliceToRead, address_t *firstError, char *src, char *dst, char *ddOpts); #endif /*RECOVER_H*/ |