summaryrefslogtreecommitdiff
path: root/init.cpp
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss123next@list.ru>2010-06-13 21:22:41 +0300
committerGluzskiy Alexandr <sss123next@list.ru>2010-06-13 21:22:41 +0300
commit6ec5421c044db31546e3a364ba502cf8b5dd6c5f (patch)
treeb956a1966c9e0593f14ce02b32f99220679c590a /init.cpp
parentf7fdb4ef4e5021b2f96d96af9aa0d467ece9660f (diff)
modified: init.cpp
Diffstat (limited to 'init.cpp')
-rw-r--r--init.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/init.cpp b/init.cpp
index 260aa8c..a61be5b 100644
--- a/init.cpp
+++ b/init.cpp
@@ -20,9 +20,8 @@
#define PLUGIN_NAME "juick"
HINSTANCE hInst;
-HANDLE hAccountsChanges;
+static HANDLE hAccountsChanges;
PLUGINLINK *pluginLink;
-BOOL bWatrackService = FALSE;
static int OnModulesLoaded(WPARAM wParam,LPARAM lParam);
extern char *date();
IJabberInterface *JabberInterface[10];