diff options
author | George Hazan <george.hazan@gmail.com> | 2014-08-15 16:05:07 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-08-15 16:05:07 +0000 |
commit | 04e5a9dc0a3dc246bd5f5ede9577e95485c70897 (patch) | |
tree | 90294b042c7bcbb7b234c0d81970ebf3541a9296 /src/core/miranda.h | |
parent | 142bb501e4b61b23cbc597efdc92b5ba2e9e39a6 (diff) |
code cleaning
git-svn-id: http://svn.miranda-ng.org/main/trunk@10196 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/core/miranda.h')
-rw-r--r-- | src/core/miranda.h | 2 |
1 files changed, 1 insertions, 1 deletions
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<PROTOACCOUNT> 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);
|