From 15382e81baef152b87cc6623c41dfec4c306a22b Mon Sep 17 00:00:00 2001 From: Tobias Weimer Date: Fri, 7 Sep 2012 15:56:44 +0000 Subject: minor signature fixes git-svn-id: http://svn.miranda-ng.org/main/trunk@1546 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/SecureIM/src/options.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/SecureIM/src/options.h') 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); -- cgit v1.2.3