summaryrefslogtreecommitdiff
path: root/plugins/CryptoPP/src/GPGw/passdialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/CryptoPP/src/GPGw/passdialog.h')
-rw-r--r--plugins/CryptoPP/src/GPGw/passdialog.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/plugins/CryptoPP/src/GPGw/passdialog.h b/plugins/CryptoPP/src/GPGw/passdialog.h
new file mode 100644
index 0000000000..b59f421b3c
--- /dev/null
+++ b/plugins/CryptoPP/src/GPGw/passdialog.h
@@ -0,0 +1,8 @@
+#ifndef __PASSDIALOG_H__
+#define __PASSDIALOG_H__
+
+extern char dlgpassphrase[];
+
+BOOL CALLBACK PassphraseDialogProcedure(HWND hdlg, UINT msg, WPARAM wparam, LPARAM lparam);
+
+#endif // __PASSDIALOG_H__