summaryrefslogtreecommitdiff
path: root/src/scrounge.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/scrounge.h')
-rw-r--r--src/scrounge.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/scrounge.h b/src/scrounge.h
index 6ebed43..9e9f37c 100644
--- a/src/scrounge.h
+++ b/src/scrounge.h
@@ -34,4 +34,10 @@ void scroungeUsingRaw(partitioninfo* pi);
void setFileAttributes(fchar_t* filename, uint32 flags);
void setFileTime(fchar_t* filename, uint64* created, uint64* accessed, uint64* modified);
+int compareFileData(int f, void* data, size_t length);
+
+#ifdef _DEBUG
+ extern bool g_verifyMode;
+#endif
+
#endif /* __SCROUNGE_H__ */