summaryrefslogtreecommitdiffstats
path: root/private/mvdm/inc/vrmisc.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--private/mvdm/inc/vrmisc.h34
1 files changed, 34 insertions, 0 deletions
diff --git a/private/mvdm/inc/vrmisc.h b/private/mvdm/inc/vrmisc.h
new file mode 100644
index 000000000..56a5c1179
--- /dev/null
+++ b/private/mvdm/inc/vrmisc.h
@@ -0,0 +1,34 @@
+/*++
+
+Copyright (c) 1991 Microsoft Corporation
+
+Module Name:
+
+ vrmisc.h
+
+Abstract:
+
+ Contains function prototypes for Vdm Redir miscellaneous routines
+
+Author:
+
+ Richard L Firth (rfirth) 01-Oct-1991
+
+Revision History:
+
+ 01-Oct-1991 rfirth
+ Created
+
+--*/
+
+
+
+VOID
+VrTerminateDosProcess(
+ VOID
+ );
+
+VOID
+VrUnsupportedFunction(
+ VOID
+ );