summaryrefslogtreecommitdiff
path: root/plugins/SecureIM/src/svcs_srmm.h
diff options
context:
space:
mode:
authorTobias Weimer <wishmaster51@googlemail.com>2013-04-09 16:57:04 +0000
committerTobias Weimer <wishmaster51@googlemail.com>2013-04-09 16:57:04 +0000
commita7200235833ec502c4a1641565b21d6dd88ea417 (patch)
treed3621de103fd57a2a2d44b4410d7029d87b45c63 /plugins/SecureIM/src/svcs_srmm.h
parent5a88ed3957a993b931128682a243de3db0a961c8 (diff)
-remove SRMM icons on exit (fixes #310)
git-svn-id: http://svn.miranda-ng.org/main/trunk@4399 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/SecureIM/src/svcs_srmm.h')
-rw-r--r--plugins/SecureIM/src/svcs_srmm.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/SecureIM/src/svcs_srmm.h b/plugins/SecureIM/src/svcs_srmm.h
index 5d85abcfe3..1c5bb5e705 100644
--- a/plugins/SecureIM/src/svcs_srmm.h
+++ b/plugins/SecureIM/src/svcs_srmm.h
@@ -1,7 +1,7 @@
#ifndef __SVCS_SRMM_H__
#define __SVCS_SRMM_H__
-int __cdecl onWindowEvent(WPARAM,LPARAM);
-int __cdecl onIconPressed(WPARAM,LPARAM);
+void InitSRMMIcons();
+void UninitSRMMIcons();
#endif