summaryrefslogtreecommitdiff
path: root/inc/recover.h
diff options
context:
space:
mode:
Diffstat (limited to 'inc/recover.h')
-rwxr-xr-xinc/recover.h2
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*/