diff options
author | George Hazan <george.hazan@gmail.com> | 2014-01-18 12:49:36 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-01-18 12:49:36 +0000 |
commit | 08ed3a95b4f42079eea4d930af81257564b85b97 (patch) | |
tree | b0fcfff30e9de62a12256373907db3fe83195841 /include/m_chat_int.h | |
parent | 00a9149e272b38b002d2a2711c54fab25bcf733f (diff) |
fix for editing log path in StdChat & Scriver
git-svn-id: http://svn.miranda-ng.org/main/trunk@7717 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 899c9f41b5..f0a21adeed 100644 --- a/include/m_chat_int.h +++ b/include/m_chat_int.h @@ -331,6 +331,7 @@ struct CHAT_MANAGER SESSION_INFO* (*SM_FindSessionByIndex)(const char *pszModule, int iItem);
char* (*SM_GetUsers)(SESSION_INFO *si);
USERINFO* (*SM_GetUserFromIndex)(const TCHAR *pszID, const char *pszModule, int index);
+ void (*SM_InvalidateLogDirectories)(void);
MODULEINFO* (*MM_AddModule)(const char *pszModule);
MODULEINFO* (*MM_FindModule)(const char *pszModule);
|