diff options
Diffstat (limited to 'init.cpp')
-rw-r--r-- | init.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -16,7 +16,6 @@ #include "commonheaders.h" - #define PLUGIN_NAME "juick" HINSTANCE hInst; @@ -24,8 +23,7 @@ static HANDLE hAccountsChanges, hDbContactAdded; PLUGINLINK *pluginLink; static int OnModulesLoaded(WPARAM wParam,LPARAM lParam); extern char *date(); -JabberAccount Accounts; -int JabberAccountsCount = 0; +list <JabberAccount*> Accounts; struct MM_INTERFACE mmi; struct UTF8_INTERFACE utfi; |