summaryrefslogtreecommitdiff
path: root/src/scrounge.h
diff options
context:
space:
mode:
authorStef <stef@memberwebs.com>2010-11-27 14:46:29 +0000
committerStef Walter <stef@thewalter.net>2010-12-01 03:56:37 +0000
commit19207c34ad4f16bc5337fd531e19e70cd57ee360 (patch)
tree3c4d9cc22d4c3ead5c8cb29d21840987ce9a8a6a /src/scrounge.h
parent2ebc84e7954b02c71d04ddc581eb11766bac11f2 (diff)
Implement option to skip sectors in a raw scrounge.
Diffstat (limited to 'src/scrounge.h')
-rw-r--r--src/scrounge.h2
1 files changed, 1 insertions, 1 deletions
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);