summaryrefslogtreecommitdiff
path: root/src/recover.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/recover.h')
-rwxr-xr-xsrc/recover.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/recover.h b/src/recover.h
deleted file mode 100755
index 84c7286..0000000
--- a/src/recover.h
+++ /dev/null
@@ -1,11 +0,0 @@
-#ifndef RECOVER_H
-#define RECOVER_H
-
-#include "slices.h"
-
-extern int end;
-
-slices_t *recover(char *src, char *dst, char*ddOpts, address_t beginSector, address_t endSector/*, int depth*/);
-int tryRecoverUntilError(slice_t *sliceToRead, address_t *firstError, char *src, char *dst, char*ddOpts);
-
-#endif /*RECOVER_H*/