diff options
author | George Hazan <ghazan@miranda.im> | 2018-04-05 18:40:11 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-04-05 18:40:11 +0300 |
commit | bfd3e12ac032ccfee48848f419598ff5dcb9f697 (patch) | |
tree | 893efd16fe91ce997bad43151a7cdc88a54def76 /include/m_clistint.h | |
parent | 1bc38e87f4f75b9c665c7cb3fe470b79e7ed9281 (diff) |
CLIST_INTERFACE::pfnLoadContactTree => Clist_LoadContactTree
Diffstat (limited to 'include/m_clistint.h')
-rw-r--r-- | include/m_clistint.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/m_clistint.h b/include/m_clistint.h index 646e970ce6..12087d3858 100644 --- a/include/m_clistint.h +++ b/include/m_clistint.h @@ -254,6 +254,8 @@ EXTERN_C MIR_APP_DLL(void) Clist_BroadcastAsync(int msg, WPARAM wParam, LPARAM l EXTERN_C MIR_APP_DLL(bool) Clist_FindItem(HWND hwnd, ClcData *dat, DWORD dwItem, ClcContact **contact, ClcGroup **subgroup, int *isVisible);
EXTERN_C MIR_APP_DLL(void) Clist_InitAutoRebuild(HWND hWnd);
+EXTERN_C MIR_APP_DLL(void) Clist_LoadContactTree(void);
+
// calculates account's index by its position in status bar
EXTERN_C MIR_APP_DLL(int) Clist_GetAccountIndex(int iPos);
@@ -407,7 +409,7 @@ struct CLIST_INTERFACE /* contact.c */
void (*pfnChangeContactIcon)(MCONTACT hContact, int iIcon);
- void (*pfnLoadContactTree)(void);
+ int (*blablabla2)();
int (*pfnCompareContacts)(const ClcContact *contact1, const ClcContact *contact2);
int (*pfnSetHideOffline)(int newValue); // TRUE, FALSE or -1 to revert the current setting
|