summaryrefslogtreecommitdiff
path: root/plugins/SecureIM/src/options.h
diff options
context:
space:
mode:
authorTobias Weimer <wishmaster51@googlemail.com>2012-09-07 15:56:44 +0000
committerTobias Weimer <wishmaster51@googlemail.com>2012-09-07 15:56:44 +0000
commit15382e81baef152b87cc6623c41dfec4c306a22b (patch)
tree6b659b227becfe8763d92078819e4816b4e15214 /plugins/SecureIM/src/options.h
parentbdf69f6310f09c90c20512ebe9dfa73ec524da59 (diff)
minor signature fixes
git-svn-id: http://svn.miranda-ng.org/main/trunk@1546 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/SecureIM/src/options.h')
-rw-r--r--plugins/SecureIM/src/options.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/SecureIM/src/options.h b/plugins/SecureIM/src/options.h
index c87a0de34d..4af841d598 100644
--- a/plugins/SecureIM/src/options.h
+++ b/plugins/SecureIM/src/options.h
@@ -6,8 +6,8 @@ INT_PTR CALLBACK DlgProcOptionsGeneral(HWND,UINT,WPARAM,LPARAM);
INT_PTR CALLBACK DlgProcOptionsProto(HWND,UINT,WPARAM,LPARAM);
INT_PTR CALLBACK DlgProcOptionsPGP(HWND,UINT,WPARAM,LPARAM);
INT_PTR CALLBACK DlgProcOptionsGPG(HWND,UINT,WPARAM,LPARAM);
-BOOL CALLBACK DlgProcSetPSK(HWND,UINT,WPARAM,LPARAM);
-BOOL CALLBACK DlgProcSetPassphrase(HWND,UINT,WPARAM,LPARAM);
+INT_PTR CALLBACK DlgProcSetPSK(HWND,UINT,WPARAM,LPARAM);
+INT_PTR CALLBACK DlgProcSetPassphrase(HWND,UINT,WPARAM,LPARAM);
void ApplyGeneralSettings(HWND);
void ApplyProtoSettings(HWND);
void ApplyPGPSettings(HWND);