summaryrefslogtreecommitdiff
path: root/plugins/UserInfoEx/src/svc_email.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2013-12-22 19:22:28 +0000
committerGeorge Hazan <george.hazan@gmail.com>2013-12-22 19:22:28 +0000
commit4c940062ccbf560f057b22a9a5dabe72f17a1222 (patch)
treea5971ce23052d0b081deb253a2b4fd1e20612075 /plugins/UserInfoEx/src/svc_email.h
parentf383b01cb1c1b3ba0dc20b98a512fdc576a1ba68 (diff)
local module cycles removed and replaced with the single cycle
git-svn-id: http://svn.miranda-ng.org/main/trunk@7343 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/UserInfoEx/src/svc_email.h')
-rw-r--r--plugins/UserInfoEx/src/svc_email.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/UserInfoEx/src/svc_email.h b/plugins/UserInfoEx/src/svc_email.h
index 4161ebc8f8..d2f7cb3ec7 100644
--- a/plugins/UserInfoEx/src/svc_email.h
+++ b/plugins/UserInfoEx/src/svc_email.h
@@ -23,8 +23,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#define _UINFOEX_SVCEMAIL_H_INCLUDED_
void SvcEMailRebuildMenu();
-void SvcEMailEnableExtraIcons(BYTE bEnable, BYTE bUpdateDB = FALSE);
-void SvcEMailOnModulesLoaded();
+bool SvcEMailEnableExtraIcons(bool bEnable = false, bool bUpdateDB = false);
void SvcEMailLoadModule();
void SvcEMailUnloadModule();