summaryrefslogtreecommitdiff
path: root/inc/recover.h
diff options
context:
space:
mode:
Diffstat (limited to 'inc/recover.h')
-rwxr-xr-xinc/recover.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/inc/recover.h b/inc/recover.h
index 2af7f3f..eee8141 100755
--- a/inc/recover.h
+++ b/inc/recover.h
@@ -1,11 +1,11 @@
#ifndef RECOVER_H
#define RECOVER_H
-#include "slices.h"
+#include "slices_evt.h"
extern int end;
-void recover(slices_t *slices, char *src, char *dst, char*ddOpts);
+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*/