From 04e5a9dc0a3dc246bd5f5ede9577e95485c70897 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 15 Aug 2014 16:05:07 +0000 Subject: code cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@10196 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- src/core/miranda.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core') diff --git a/src/core/miranda.h b/src/core/miranda.h index ccac4fc323..2965b59cb5 100644 --- a/src/core/miranda.h +++ b/src/core/miranda.h @@ -144,7 +144,7 @@ void KillModuleMenus(int hLangpack); extern LIST accounts; -PROTOACCOUNT* Proto_CreateAccount(const char *szProtoName, const char *szBaseProto, const TCHAR *tszAccountName); +PROTOACCOUNT* Proto_CreateAccount(const char *szModuleName, const char *szBaseProto, const TCHAR *tszAccountName); PROTOACCOUNT* __fastcall Proto_GetAccount(const char *accName); PROTOACCOUNT* __fastcall Proto_GetAccount(MCONTACT hContact); -- cgit v1.2.3