diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/m_clistint.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/m_clistint.h b/include/m_clistint.h index f3aa749140..2661700b13 100644 --- a/include/m_clistint.h +++ b/include/m_clistint.h @@ -434,6 +434,7 @@ struct CLIST_INTERFACE * Miranda NG additions
*************************************************************************************/
void (*pfnSetContactCheckboxes)(ClcContact *cc, int checked);
+ void (*pfnOnGroupExpanded)(ClcData *dat, ClcGroup *pGroup);
};
// retrieves the pointer to a CLIST_INTERFACE structure
|