diff options
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);
|