From 9556b03ca5f9cb26b16b414faaaea90559843e0c Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 19 Jun 2015 15:40:09 +0000 Subject: unused helper removed git-svn-id: http://svn.miranda-ng.org/main/trunk@14263 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- include/delphi/m_protocols.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/delphi') diff --git a/include/delphi/m_protocols.inc b/include/delphi/m_protocols.inc index a7d5d545e7..31f9456782 100644 --- a/include/delphi/m_protocols.inc +++ b/include/delphi/m_protocols.inc @@ -349,7 +349,7 @@ function Proto_IsAccountEnabled(proto:PPROTOACCOUNT) : byte; stdcall; Returns 1 if an account is locked and not supposed to change status, 0 otherwise } -function Proto_IsAccountLocked(proto:PAnsiChar) : byte; stdcall; +function Proto_IsAccountLocked(proto:PPROTOACCOUNT) : byte; stdcall; external AppDLL name 'Proto_IsAccountLocked'; { -- cgit v1.2.3