From 4c940062ccbf560f057b22a9a5dabe72f17a1222 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 22 Dec 2013 19:22:28 +0000 Subject: 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 --- plugins/UserInfoEx/src/svc_phone.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/UserInfoEx/src/svc_phone.h') diff --git a/plugins/UserInfoEx/src/svc_phone.h b/plugins/UserInfoEx/src/svc_phone.h index 7fd00cd16a..e394168020 100644 --- a/plugins/UserInfoEx/src/svc_phone.h +++ b/plugins/UserInfoEx/src/svc_phone.h @@ -23,7 +23,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #define _UINFOEX_SVCPHONE_H_INCLUDED_ void SvcPhoneApplyCListIcons(); -void SvcPhoneEnableExtraIcons(BYTE bEnable, BYTE bUpdateDB = FALSE); +bool SvcPhoneEnableExtraIcons(bool bEnable = false, bool bUpdateDB = false); void SvcPhoneLoadModule(); void SvcPhoneUnloadModule(); -- cgit v1.2.3