From 65c6790a7463df68854d14917de26b101d35553f Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 27 Feb 2014 13:51:27 +0000 Subject: minor code cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@8294 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- src/core/miranda.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/core/miranda.h') diff --git a/src/core/miranda.h b/src/core/miranda.h index 29ef7d8509..83af987c5a 100644 --- a/src/core/miranda.h +++ b/src/core/miranda.h @@ -147,17 +147,17 @@ PROTOACCOUNT* __fastcall Proto_GetAccount(const char* accName); PROTOACCOUNT* __fastcall Proto_GetAccount(MCONTACT hContact); PROTOCOLDESCRIPTOR* __fastcall Proto_IsProtocolLoaded(const char* szProtoName); -bool __fastcall Proto_IsAccountEnabled(PROTOACCOUNT* pa); -bool __fastcall Proto_IsAccountLocked(PROTOACCOUNT* pa); +bool __fastcall Proto_IsAccountEnabled(PROTOACCOUNT *pa); +bool __fastcall Proto_IsAccountLocked(PROTOACCOUNT *pa); PROTO_INTERFACE* AddDefaultAccount(const char* szProtoName); int FreeDefaultAccount(PROTO_INTERFACE* ppi); -BOOL ActivateAccount(PROTOACCOUNT* pa); +BOOL ActivateAccount(PROTOACCOUNT *pa); void EraseAccount(const char *pszProtoName); -void DeactivateAccount(PROTOACCOUNT* pa, bool bIsDynamic, bool bErase); -void UnloadAccount(PROTOACCOUNT* pa, bool bIsDynamic, bool bErase); -void OpenAccountOptions(PROTOACCOUNT* pa); +void DeactivateAccount(PROTOACCOUNT *pa, bool bIsDynamic, bool bErase); +void UnloadAccount(PROTOACCOUNT *pa, bool bIsDynamic, bool bErase); +void OpenAccountOptions(PROTOACCOUNT *pa); void LoadDbAccounts(void); void WriteDbAccounts(void); -- cgit v1.2.3