summaryrefslogtreecommitdiffstats
path: root/private/sdktools/dskdump/dskdump.h
diff options
context:
space:
mode:
Diffstat (limited to 'private/sdktools/dskdump/dskdump.h')
-rw-r--r--private/sdktools/dskdump/dskdump.h38
1 files changed, 38 insertions, 0 deletions
diff --git a/private/sdktools/dskdump/dskdump.h b/private/sdktools/dskdump/dskdump.h
new file mode 100644
index 000000000..08d252dc8
--- /dev/null
+++ b/private/sdktools/dskdump/dskdump.h
@@ -0,0 +1,38 @@
+/*++
+
+Copyright (c) 1991 Microsoft Corporation
+
+Module Name:
+
+ winnt.h
+
+Abstract:
+
+ This is the main header file for the Win32 dskdump command.
+
+Author:
+
+ Mark Lucovsky (markl) 28-Jan-1991
+
+Revision History:
+
+--*/
+
+#include <nt.h>
+#include <ntrtl.h>
+#include <nturtl.h>
+#include <windows.h>
+#include <assert.h>
+#include <stdio.h>
+#include <string.h>
+#include <ctype.h>
+
+
+int
+ProcessParameters(
+ int argc,
+ char *argv[]
+ );
+
+HANDLE
+OpenVolume( CHAR c );