summaryrefslogtreecommitdiff
path: root/init.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'init.cpp')
-rw-r--r--init.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/init.cpp b/init.cpp
index a61be5b..9c165de 100644
--- a/init.cpp
+++ b/init.cpp
@@ -24,7 +24,9 @@ static HANDLE hAccountsChanges;
PLUGINLINK *pluginLink;
static int OnModulesLoaded(WPARAM wParam,LPARAM lParam);
extern char *date();
-IJabberInterface *JabberInterface[10];
+//IJabberInterface *JabberInterface[10];
+JabberAccount Accounts;
+//TCHAR *JabberAccountName
int JabberAccountsCount = 0;
struct MM_INTERFACE mmi;