summaryrefslogtreecommitdiff
path: root/plugins/CryptoPP/GPGw/userdialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/CryptoPP/GPGw/userdialog.h')
-rw-r--r--plugins/CryptoPP/GPGw/userdialog.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/CryptoPP/GPGw/userdialog.h b/plugins/CryptoPP/GPGw/userdialog.h
new file mode 100644
index 0000000000..5f49882a29
--- /dev/null
+++ b/plugins/CryptoPP/GPGw/userdialog.h
@@ -0,0 +1,6 @@
+#ifndef __USERDIALOG_H__
+#define __USERDIALOG_H__
+
+BOOL CALLBACK UserIdDialogProcedure(HWND hdlg, UINT msg, WPARAM wparam, LPARAM lparam);
+
+#endif // __USERDIALOG_H__