diff options
author | George Hazan <george.hazan@gmail.com> | 2015-06-19 15:40:09 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-06-19 15:40:09 +0000 |
commit | 9556b03ca5f9cb26b16b414faaaea90559843e0c (patch) | |
tree | f8aedc9957fdbccf5630fc28d1d29c49fb4a5dc3 /include/m_protocols.h | |
parent | 9e42bd2436c360a0ddb9d526c991ad8a46e9db9a (diff) |
unused helper removed
git-svn-id: http://svn.miranda-ng.org/main/trunk@14263 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'include/m_protocols.h')
-rw-r--r-- | include/m_protocols.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/m_protocols.h b/include/m_protocols.h index 4003efcb85..b2121b176b 100644 --- a/include/m_protocols.h +++ b/include/m_protocols.h @@ -358,7 +358,7 @@ EXTERN_C MIR_APP_DLL(bool) Proto_IsAccountEnabled(const PROTOACCOUNT *pa); // lParam = (LPARAM)(char*)szAccountName
// Returns 1 if an account is locked and not supposed to change status, 0 otherwise
-EXTERN_C MIR_APP_DLL(bool) Proto_IsAccountLocked(const char *szModuleName);
+EXTERN_C MIR_APP_DLL(bool) Proto_IsAccountLocked(const PROTOACCOUNT *pa);
/////////////////////////////////////////////////////////////////////////////////////////
// gets the account associated with a contact
|