From 739fd4137010dc56881cf8328770b3175a2f2696 Mon Sep 17 00:00:00 2001 From: George Hazan <george.hazan@gmail.com> Date: Sat, 22 Mar 2014 11:32:16 +0000 Subject: feeding awk's aesthetic worldview git-svn-id: http://svn.miranda-ng.org/main/trunk@8684 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- include/m_metacontacts.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/m_metacontacts.h b/include/m_metacontacts.h index fc09425ea9..889d3ac188 100644 --- a/include/m_metacontacts.h +++ b/include/m_metacontacts.h @@ -75,10 +75,10 @@ MIR_CORE_DLL(BOOL) db_mc_isEnabled(void); MIR_CORE_DLL(void) db_mc_enable(BOOL); // checks whether a contact is a metacontact -MIR_CORE_DLL(int) db_mc_isMeta(MCONTACT hMetaContact); +MIR_CORE_DLL(BOOL) db_mc_isMeta(MCONTACT hMetaContact); // checks whether a contact is a subcontact of existing MC -MIR_CORE_DLL(int) db_mc_isSub(MCONTACT hSubContact); +MIR_CORE_DLL(BOOL) db_mc_isSub(MCONTACT hSubContact); //returns a handle to the default contact, or null on failure MIR_CORE_DLL(MCONTACT) db_mc_getDefault(MCONTACT hMetaContact); -- cgit v1.2.3