diff options
author | George Hazan <george.hazan@gmail.com> | 2013-09-03 19:26:14 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-09-03 19:26:14 +0000 |
commit | 201c409cb52d001a91954cc9ff1d76ef24d6a628 (patch) | |
tree | acc6618debd795d6a569c6b41f13fd1eca2b86d9 /protocols/MRA/src/MraProto.h | |
parent | 8f036d4eb94d22589b5775436fbfb7be6b988888 (diff) |
- restored old password verification
- unused header removed
git-svn-id: http://svn.miranda-ng.org/main/trunk@5924 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/MRA/src/MraProto.h')
-rw-r--r-- | protocols/MRA/src/MraProto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/MRA/src/MraProto.h b/protocols/MRA/src/MraProto.h index a9788ef432..79fd39359b 100644 --- a/protocols/MRA/src/MraProto.h +++ b/protocols/MRA/src/MraProto.h @@ -295,6 +295,7 @@ struct CMraProto : public PROTO<CMraProto> bool SetPassDB(const CMStringA& pass);
bool GetPassDB(CMStringA& pass);
+ bool GetPassDB_v1(CMStringA &res);
bool MraRequestXStatusDetails(DWORD dwXStatus);
bool MraSendReplyBlogStatus(HANDLE hContact);
|