summaryrefslogtreecommitdiff
path: root/src/scrounge.h
diff options
context:
space:
mode:
authorStef Walter <stef@thewalter.net>2004-04-03 22:13:01 +0000
committerStef Walter <stef@thewalter.net>2004-04-03 22:13:01 +0000
commitbec23685136f78a24a78a6d8840d3865ffbccea9 (patch)
tree1453e0c5f87bb689a3df9c8e524d05d65bcca657 /src/scrounge.h
parent3eca787a2b83ff8cf60d2be9e588d4a558b85a85 (diff)
Unix porting.
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);