From 426e2f9755a14023223e2e3ebfa8e78f6e8677a8 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 27 Sep 2019 21:32:12 +0300 Subject: fix for a function name: Clist_IsHidden => Contact_IsHidden Clist_HideContact => Contact_Hide --- include/m_clist.h | 6 ------ include/m_contacts.h | 6 ++++++ 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'include') diff --git a/include/m_clist.h b/include/m_clist.h index c4b74e8397..3142a497ed 100644 --- a/include/m_clist.h +++ b/include/m_clist.h @@ -488,12 +488,6 @@ EXTERN_C MIR_APP_DLL(int) Clist_ContactCompare(MCONTACT hContact1, MCONTACT hCon EXTERN_C MIR_APP_DLL(wchar_t*) Clist_GetContactDisplayName(MCONTACT hContact, int mode = 0); -///////////////////////////////////////////////////////////////////////////////////////// -// gets / sets hidden status for a contact - -EXTERN_C MIR_APP_DLL(bool) Clist_IsHidden(MCONTACT hContact); -EXTERN_C MIR_APP_DLL(void) Clist_HideContact(MCONTACT hContact, bool bHidden = true); - ///////////////////////////////////////////////////////////////////////////////////////// // DRAG-N-DROP SUPPORT ///////////////////////////////////////////////////////////////////////////////////////// diff --git a/include/m_contacts.h b/include/m_contacts.h index 37c4213618..9459beccb7 100644 --- a/include/m_contacts.h +++ b/include/m_contacts.h @@ -81,6 +81,12 @@ EXTERN_C MIR_APP_DLL(wchar_t*) Contact_GetInfo( EXTERN_C MIR_APP_DLL(int) Contact_GetStatus(MCONTACT hContact); +///////////////////////////////////////////////////////////////////////////////////////// +// gets / sets hidden status for a contact + +EXTERN_C MIR_APP_DLL(bool) Contact_IsHidden(MCONTACT hContact); +EXTERN_C MIR_APP_DLL(void) Contact_Hide(MCONTACT hContact, bool bHidden = true); + ///////////////////////////////////////////////////////////////////////////////////////// // Add contact's dialog -- cgit v1.2.3