diff options
Diffstat (limited to 'GnuPG/passdialog.h')
-rw-r--r-- | GnuPG/passdialog.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/GnuPG/passdialog.h b/GnuPG/passdialog.h new file mode 100644 index 0000000..0a961d2 --- /dev/null +++ b/GnuPG/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__
\ No newline at end of file |