summaryrefslogtreecommitdiff
path: root/src/scrounge.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/scrounge.h')
-rw-r--r--src/scrounge.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/scrounge.h b/src/scrounge.h
index b1425fd..6ebed43 100644
--- a/src/scrounge.h
+++ b/src/scrounge.h
@@ -23,7 +23,9 @@
#include "drive.h"
void scroungeSearch(partitioninfo* pi);
+#ifdef _WIN32
void scroungeList();
+#endif
void scroungeListDrive(char* drive);
void scroungeUsingMFT(partitioninfo* pi);
void scroungeUsingRaw(partitioninfo* pi);