diff options
author | George Hazan <george.hazan@gmail.com> | 2014-01-23 22:26:29 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-01-23 22:26:29 +0000 |
commit | 259bd5726faf89964ff6ee7ec0858d39ff6ac170 (patch) | |
tree | 1d9bd0cfe28473f338a1028174dd2ee4ee3bcb3f /include/m_chat_int.h | |
parent | 9937bcdb0f78a8c8c3893a8afb0f5808cd6d1e3d (diff) |
fix for chat logs & Folders
git-svn-id: http://svn.miranda-ng.org/main/trunk@7845 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'include/m_chat_int.h')
-rw-r--r-- | include/m_chat_int.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/m_chat_int.h b/include/m_chat_int.h index 4df6029480..98e14d30f7 100644 --- a/include/m_chat_int.h +++ b/include/m_chat_int.h @@ -419,6 +419,7 @@ struct CHAT_MANAGER void (*ShowRoom)(SESSION_INFO*, WPARAM wp, BOOL bSetForeground);
void (*OnAddLog)(SESSION_INFO*, int);
void (*OnClearLog)(SESSION_INFO*);
+ void (*OnGetLogName)(SESSION_INFO*, const TCHAR*);
void (*OnEventBroadcast)(SESSION_INFO *si, GCEVENT *gce);
void (*OnSetStatusBar)(SESSION_INFO*);
|