diff options
Diffstat (limited to 'include/m_clistint.h')
-rw-r--r-- | include/m_clistint.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/m_clistint.h b/include/m_clistint.h index 6f341464e3..7b3681d72c 100644 --- a/include/m_clistint.h +++ b/include/m_clistint.h @@ -470,6 +470,11 @@ typedef struct *************************************************************************************/
void (*pfnReloadExtraIcons)(void);
void (*pfnSetAllExtraIcons)(HWND hwndList,HANDLE hContact);
+
+ /*************************************************************************************
+ * Miranda NG additions
+ *************************************************************************************/
+ int (*pfnGetContactIcon)(HANDLE hContact);
}
CLIST_INTERFACE;
|