summaryrefslogtreecommitdiff
path: root/src/core/stdchat
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2014-01-15 11:58:39 +0000
committerGeorge Hazan <george.hazan@gmail.com>2014-01-15 11:58:39 +0000
commite11ecaaf2df6c1e50429f5a43f2346795cfce721 (patch)
treec49341a282d1526a6c4727b97504e08973c42233 /src/core/stdchat
parentf507f067b0559d3e9e3d9764fd9ae94284432577 (diff)
local StdChat structure moved back to StdChat
git-svn-id: http://svn.miranda-ng.org/main/trunk@7663 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/core/stdchat')
-rw-r--r--src/core/stdchat/src/chat.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/core/stdchat/src/chat.h b/src/core/stdchat/src/chat.h
index da522f8b67..6c10e9f557 100644
--- a/src/core/stdchat/src/chat.h
+++ b/src/core/stdchat/src/chat.h
@@ -68,6 +68,13 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#include "version.h"
#include "richutil.h"
+struct TABLIST
+{
+ TCHAR* pszID;
+ char* pszModule;
+ TABLIST *next;
+};
+
struct GlobalLogSettings : public GlobalLogSettingsBase
{
BOOL TabsEnable;