summaryrefslogtreecommitdiff
path: root/src/recover.h
blob: d8b1409bd8781be7cdf6f4ebf401a14c5637f197 (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);

#endif /*RECOVER_H*/