summaryrefslogtreecommitdiff
path: root/plugins/TabSRMM/src/chat.h
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2017-03-09 15:13:13 +0300
committerGeorge Hazan <ghazan@miranda.im>2017-03-09 15:13:13 +0300
commit017f8e72ac56a88ecaea40dd1c52b1da0ae46986 (patch)
tree63f9429a30caa5a96dc18431c225b8d8aa57d83c /plugins/TabSRMM/src/chat.h
parent6bf18e4265c8a0938d12e98eef1562b1ee4bc97b (diff)
common rtf management code moved to the core
Diffstat (limited to 'plugins/TabSRMM/src/chat.h')
-rw-r--r--plugins/TabSRMM/src/chat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/TabSRMM/src/chat.h b/plugins/TabSRMM/src/chat.h
index 9551527c54..0fdd8849c0 100644
--- a/plugins/TabSRMM/src/chat.h
+++ b/plugins/TabSRMM/src/chat.h
@@ -101,6 +101,7 @@ extern CHAT_MANAGER saveCI;
// log.c
char* Log_CreateRtfHeader(MODULEINFO *mi);
+char* Log_CreateRTF(LOGSTREAMDATA *streamData);
// window.c
int GetTextPixelSize(wchar_t* pszText, HFONT hFont, bool bWidth);