From 19207c34ad4f16bc5337fd531e19e70cd57ee360 Mon Sep 17 00:00:00 2001 From: Stef Date: Sat, 27 Nov 2010 14:46:29 +0000 Subject: Implement option to skip sectors in a raw scrounge. --- src/scrounge.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/scrounge.h') diff --git a/src/scrounge.h b/src/scrounge.h index c3985be..e75bb4e 100644 --- a/src/scrounge.h +++ b/src/scrounge.h @@ -28,7 +28,7 @@ void scroungeList(); #endif void scroungeListDrive(char* drive); void scroungeUsingMFT(partitioninfo* pi); -void scroungeUsingRaw(partitioninfo* pi); +void scroungeUsingRaw(partitioninfo* pi, uint64 skip); /* For compatibility */ void setFileAttributes(fchar_t* filename, uint32 flags); -- cgit v1.2.3