summaryrefslogtreecommitdiff
path: root/init.cpp
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss123next@list.ru>2010-08-15 13:30:10 +0300
committerGluzskiy Alexandr <sss123next@list.ru>2010-08-15 13:30:10 +0300
commit069250918284b12d42e4e2f4102dd2dbfba18e15 (patch)
tree6dae5a8c3cd97bd9058521ee60c8c501f0eb9f89 /init.cpp
parent86cafe5f5e47960cb8962fd555612aeb2d288285 (diff)
modified: commonheaders.h
modified: init.cpp modified: main.cpp modified: messages.cpp modified: options.cpp
Diffstat (limited to 'init.cpp')
-rw-r--r--init.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/init.cpp b/init.cpp
index 86b189f..916f846 100644
--- a/init.cpp
+++ b/init.cpp
@@ -135,6 +135,7 @@ static int OnModulesLoaded(WPARAM wParam,LPARAM lParam)
int RecvMsgSvc(WPARAM w, LPARAM l);
int SendMsgSvc(WPARAM w, LPARAM l);
int HookSendMsg(WPARAM w, LPARAM l);
+// int TestHook(WPARAM w, LPARAM l);
// void test();
@@ -145,6 +146,7 @@ static int OnModulesLoaded(WPARAM wParam,LPARAM lParam)
HookEvent(ME_OPT_INITIALISE, GpgOptInit);
HookEvent(ME_DB_EVENT_FILTER_ADD, HookSendMsg);
+// HookEvent(ME_NETLIB_FASTSEND, TestHook);
hOnPreBuildContactMenu = HookEvent(ME_CLIST_PREBUILDCONTACTMENU, OnPreBuildContactMenu);
PROTOCOLDESCRIPTOR pd = {0};