summaryrefslogtreecommitdiffstats
path: root/private/nw/convert/nwconv/transfer.h
diff options
context:
space:
mode:
Diffstat (limited to 'private/nw/convert/nwconv/transfer.h')
-rw-r--r--private/nw/convert/nwconv/transfer.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/private/nw/convert/nwconv/transfer.h b/private/nw/convert/nwconv/transfer.h
new file mode 100644
index 000000000..0a766548a
--- /dev/null
+++ b/private/nw/convert/nwconv/transfer.h
@@ -0,0 +1,19 @@
+/*+-------------------------------------------------------------------------+
+ | Copyright 1993-1994 (C) Microsoft Corporation - All rights reserved. |
+ +-------------------------------------------------------------------------+*/
+
+#ifndef _TRANSFER_
+#define _TRANSFER_
+
+#ifdef __cplusplus
+extern "C"{
+#endif
+
+void DoConversion(HWND hDlg, BOOL TrialConversion);
+BOOL ConversionSuccessful();
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif