diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2010-06-14 13:55:25 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2010-06-14 13:55:25 +0300 |
commit | e073c336539d16e57c73a4620107ecffae70d927 (patch) | |
tree | 349017c55f1d3eb8449ad435966486dfe443e0c9 /init.cpp | |
parent | 6ec5421c044db31546e3a364ba502cf8b5dd6c5f (diff) |
this code wotking...., strange ...., very strange...., maybe i am litle ill ?
Diffstat (limited to 'init.cpp')
-rw-r--r-- | init.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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; |