diff options
author | Christophe Grenier <[email protected]> | 2012-07-14 10:45:29 +0200 |
---|---|---|
committer | Christophe Grenier <[email protected]> | 2012-07-14 10:45:29 +0200 |
commit | e27faf2a246b5dbb3fbbd7b65c1343d96c9fc9b7 (patch) | |
tree | 80dcaaf3f4b182f83a25702f1365782d36d4fca3 /src/next.h | |
parent | 65bfbc1a7b54713186e062dd332c5fe6c9660d5d (diff) |
TestDisk: always search for partition aligned on 1 MB boundaries
Diffstat (limited to 'src/next.h')
-rw-r--r-- | src/next.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ extern "C" { #endif -void search_location_init(const disk_t *disk_car, const unsigned int location_boundary, const int fast_mode, const int search_vista_part); +void search_location_init(const disk_t *disk_car, const unsigned int location_boundary, const int fast_mode); uint64_t search_location_update(const uint64_t location); #ifdef __cplusplus |