summaryrefslogtreecommitdiff
path: root/plugins/New_GPG/src/ui.h
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2020-03-17 21:57:18 +0300
committerGeorge Hazan <ghazan@miranda.im>2020-03-17 21:57:18 +0300
commite3aa8e1f1e5312252f700902bab5d8575fc06a85 (patch)
tree10fdaca42d4898e234d5b2b993b86916242361d3 /plugins/New_GPG/src/ui.h
parent1c2df22138f73779aaef56cc5019dc58913700b1 (diff)
New_GPG:
- fix for key deletion; - fix for checkboxes inside User list; - nasty perversion aka globals.user_data removed, instead a parameter is passed into ShowLoadPublicKeyDialog(); - UI code cleaning; - version bump
Diffstat (limited to 'plugins/New_GPG/src/ui.h')
-rwxr-xr-xplugins/New_GPG/src/ui.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/New_GPG/src/ui.h b/plugins/New_GPG/src/ui.h
index 02e3fcb579..6ab8c7111c 100755
--- a/plugins/New_GPG/src/ui.h
+++ b/plugins/New_GPG/src/ui.h
@@ -17,6 +17,8 @@
#ifndef UI_H
#define UI_H
+void ShowLoadPublicKeyDialog(MCONTACT hContact, bool bModal);
+
class CDlgEncryptedFileMsgBox : public CDlgBase
{
CCtrlCheck chk_REMEMBER;