summaryrefslogtreecommitdiff
path: root/protocols/MRA/Mra.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2012-09-21 19:27:41 +0000
committerGeorge Hazan <george.hazan@gmail.com>2012-09-21 19:27:41 +0000
commit22bdf4d623a3e37f8b32dbcca437df37906a9ae5 (patch)
tree2eded34f50b161620505480aae52073dfe128a70 /protocols/MRA/Mra.h
parent6754be273927935a574fa2b60b9ac1446966e55f (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.h2
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);