#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*/