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