diff options
author | George Hazan <george.hazan@gmail.com> | 2012-09-11 19:28:53 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-09-11 19:28:53 +0000 |
commit | 274cffbbffa950ddf286092b52f03f76ec61a301 (patch) | |
tree | 5aeb062d27c79d1fbc15eaf033da943630bcbf84 /protocols/MRA/MraRTFMsg.h | |
parent | 482be69d327aef60a9a654b8cc6a5e6646d095de (diff) |
slightly refactored MRA
git-svn-id: http://svn.miranda-ng.org/main/trunk@1564 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/MRA/MraRTFMsg.h')
-rw-r--r-- | protocols/MRA/MraRTFMsg.h | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/protocols/MRA/MraRTFMsg.h b/protocols/MRA/MraRTFMsg.h index 80d198981e..1dadb5a801 100644 --- a/protocols/MRA/MraRTFMsg.h +++ b/protocols/MRA/MraRTFMsg.h @@ -6,14 +6,6 @@ #pragma once
#endif // _MSC_VER > 1000
-
-
-
-
-BOOL MraIsMessageFlashAnimation (LPWSTR lpwszMessage,SIZE_T dwMessageSize);
-DWORD MraConvertToRTFW (LPWSTR lpwszMessage,SIZE_T dwMessageSize,LPSTR lpszMessageRTF,SIZE_T dwMessageRTFBuffSize,SIZE_T *pdwMessageRTFSize);
-
-
-
+BOOL MraIsMessageFlashAnimation (LPCWSTR lpwszMessage, size_t dwMessageSize);
#endif // !defined(AFX_MRA_RTFMSG_H__F58D13FF_F6F2_476C_B8F0_7B9E9357CF48__INCLUDED_)
|