diff options
author | George Hazan <george.hazan@gmail.com> | 2014-03-22 11:32:16 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-03-22 11:32:16 +0000 |
commit | 739fd4137010dc56881cf8328770b3175a2f2696 (patch) | |
tree | 7c77a540a1795bf1353991355645a77c1f90016f /include/m_metacontacts.h | |
parent | 14134369ad6b27a974b8147aea6535ac8d2f9e87 (diff) |
feeding awk's aesthetic worldview
git-svn-id: http://svn.miranda-ng.org/main/trunk@8684 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'include/m_metacontacts.h')
-rw-r--r-- | include/m_metacontacts.h | 4 |
1 files changed, 2 insertions, 2 deletions
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);
|