summaryrefslogtreecommitdiff
path: root/plugins/SecureIM/src/options.h
diff options
context:
space:
mode:
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);