summaryrefslogtreecommitdiff
path: root/inc/recover.h
blob: 2af7f3f18a8495e27481b37cbfd77f268a1f79f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef RECOVER_H
#define RECOVER_H

#include "slices.h"

extern int end;

void recover(slices_t *slices, char *src, char *dst, char*ddOpts);
int tryRecoverUntilError(slice_t *sliceToRead, address_t *firstError, char *src, char *dst, char *ddOpts);

#endif /*RECOVER_H*/