summaryrefslogtreecommitdiff
path: root/inc/recover.h
diff options
context:
space:
mode:
Diffstat (limited to 'inc/recover.h')
-rw-r--r--inc/recover.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/inc/recover.h b/inc/recover.h
deleted file mode 100644
index eee8141..0000000
--- a/inc/recover.h
+++ /dev/null
@@ -1,11 +0,0 @@
-#ifndef RECOVER_H
-#define RECOVER_H
-
-#include "slices_evt.h"
-
-extern int end;
-
-void recover(slices_evt_t *slicesEvt, char *src, char *dst, char*ddOpts);
-int tryRecoverUntilError(slice_t *sliceToRead, address_t *firstError, char *src, char *dst, char *ddOpts);
-
-#endif /*RECOVER_H*/