From 1ef0329818e7ae30435f4c94d21862c7750f5601 Mon Sep 17 00:00:00 2001 From: Alexey Kulakov Date: Fri, 28 Mar 2014 20:15:45 +0000 Subject: Miranda API update Watrack: LastFM dialog crash fix git-svn-id: http://svn.miranda-ng.org/main/trunk@8780 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- include/delphi/m_crypto.inc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'include/delphi/m_crypto.inc') diff --git a/include/delphi/m_crypto.inc b/include/delphi/m_crypto.inc index 3320fde380..c949bda009 100644 --- a/include/delphi/m_crypto.inc +++ b/include/delphi/m_crypto.inc @@ -33,14 +33,14 @@ type // get/set the instance key getKeyLength:function():size_t; stdcall; - getKey :function(pKey:pByte; cbKeyLen:size_t):bool; stdcall; - setKey :function(const pKey:pByte; cbKeyLen:size_t):bool; stdcall; + getKey :function(pKey:pByte; cbKeyLen:size_t):ByteBool; stdcall; + setKey :function(const pKey:pByte; cbKeyLen:size_t):ByteBool; stdcall; - generateKey:function():bool; stdcall; // creates a new key inside + generateKey:function():ByteBool; stdcall; // creates a new key inside purgeKey :procedure(); stdcall; // purges a key from memory // sets the master password (in utf-8) - checkPassword:function (const pszPassword:PAnsiChar):bool; stdcall; + checkPassword:function (const pszPassword:PAnsiChar):ByteBool; stdcall; setPassword :procedure(const pszPassword:PAnsiChar); stdcall; // result must be freed using mir_free or assigned to mir_ptr -- cgit v1.2.3