diff options
author | George Hazan <george.hazan@gmail.com> | 2012-09-21 19:27:41 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-09-21 19:27:41 +0000 |
commit | 22bdf4d623a3e37f8b32dbcca437df37906a9ae5 (patch) | |
tree | 2eded34f50b161620505480aae52073dfe128a70 /protocols/MRA/Mra.h | |
parent | 6754be273927935a574fa2b60b9ac1446966e55f (diff) |
fix for the version detection
git-svn-id: http://svn.miranda-ng.org/main/trunk@1627 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/MRA/Mra.h')
-rw-r--r-- | protocols/MRA/Mra.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/MRA/Mra.h b/protocols/MRA/Mra.h index 0374b4afa2..d47c967fa8 100644 --- a/protocols/MRA/Mra.h +++ b/protocols/MRA/Mra.h @@ -241,7 +241,7 @@ void MraAddrListFree(MRA_ADDR_LIST *pmalAddrList); DWORD MraAddrListGetFromBuff(LPSTR lpszAddreses, size_t dwAddresesSize, MRA_ADDR_LIST *pmalAddrList);
DWORD MraAddrListGetToBuff(MRA_ADDR_LIST *pmalAddrList, LPSTR lpszBuff, size_t dwBuffSize, size_t *pdwBuffSizeRet);
-DWORD MraGetVersionStringFromFormatted (LPSTR lpszUserAgentFormated, size_t dwUserAgentFormatedSize, LPSTR lpszVersion, size_t dwVersionSize, size_t *pdwVersionSizeRet);
+DWORD MraGetVersionStringFromFormatted (LPSTR dwUserAgentFormatted, size_t dwUserAgentFormattedSize, LPSTR lpszVersion, size_t dwVersionSize, size_t *pdwVersionSizeRet);
BOOL IsUnicodeEnv ();
BOOL IsHTTPSProxyUsed (HANDLE hNetlibUser);
BOOL IsContactMraProto (HANDLE hContact);
|