summaryrefslogtreecommitdiff
path: root/src/recover.h
blob: 84c7286f112615b382c034a7f12e5ccef80e4a4c (plain)
1
2
3
4
5
6
7
8
9
10
11
#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*/