diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-02-21 12:07:26 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-02-21 12:07:26 +0000 |
commit | 1f59d862f624b14135eaf16899d3bc617fa3ff1e (patch) | |
tree | 4959ee2d2c49771e9626bda78ea5df66d389f21b /protocols/IcqOscarJ/src/icq_popups.h | |
parent | 70d06b6ba6483e65aa036d9579c8716c86e5c909 (diff) |
hooking loading/unloading popups plugins
git-svn-id: http://svn.miranda-ng.org/main/trunk@3668 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/IcqOscarJ/src/icq_popups.h')
-rw-r--r-- | protocols/IcqOscarJ/src/icq_popups.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/protocols/IcqOscarJ/src/icq_popups.h b/protocols/IcqOscarJ/src/icq_popups.h index a42c230634..95e997a826 100644 --- a/protocols/IcqOscarJ/src/icq_popups.h +++ b/protocols/IcqOscarJ/src/icq_popups.h @@ -33,8 +33,7 @@ #define POPTYPE_SPAM 254 // this is for spambots
-
-void InitPopUps();
+int ModuleLoad(WPARAM, LPARAM);
void InitPopupOpts(WPARAM wParam);
|