summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2018-04-04 20:33:57 +0300
committerGeorge Hazan <ghazan@miranda.im>2018-04-04 20:33:57 +0300
commit53156bdc6edde511dbdf5e999756cd80d0a97e13 (patch)
tree4636c471ae1f8f06519cbd10efc41da47a9a18d1 /include
parent5da898f7cca8599ecff44b3fa10eafb753308a4d (diff)
static function CLIST_INTERFACE::pfnInitAutoRebuild replaced with Clist_InitAutoRebuild
Diffstat (limited to 'include')
-rw-r--r--include/m_clistint.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/m_clistint.h b/include/m_clistint.h
index 81865b6ea7..30a0301348 100644
--- a/include/m_clistint.h
+++ b/include/m_clistint.h
@@ -253,6 +253,7 @@ EXTERN_C MIR_APP_DLL(void) Clist_Broadcast(int msg, WPARAM wParam, LPARAM lParam
EXTERN_C MIR_APP_DLL(void) Clist_BroadcastAsync(int msg, WPARAM wParam, LPARAM lParam);
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);
/////////////////////////////////////////////////////////////////////////////////////////
// CLIST_INTERFACE structure definition
@@ -485,7 +486,6 @@ struct CLIST_INTERFACE
*************************************************************************************/
int (*pfnGetContactIcon)(MCONTACT hContact);
int (*pfnTrayCalcChanged)(const char *szChangedProto, int averageMode, int iProtoCount);
- void (*pfnInitAutoRebuild)(HWND hwnd);
void (*pfnSetContactCheckboxes)(ClcContact *cc, int checked);
};