From 622d5101fe221d6839c859e0a643259f2cc474c9 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 5 Nov 2013 18:46:19 +0000 Subject: - GetAverageMode moved to CLIST_INTERFACE; - copy of it removed from clist_modern git-svn-id: http://svn.miranda-ng.org/main/trunk@6793 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- include/m_clistint.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/m_clistint.h b/include/m_clistint.h index fdc4052a64..6b57eb0603 100644 --- a/include/m_clistint.h +++ b/include/m_clistint.h @@ -477,6 +477,8 @@ typedef struct *************************************************************************************/ int (*pfnGetContactIcon)(HANDLE hContact); int (*pfnTrayCalcChanged)(const char *szChangedProto, int averageMode, int iProtoCount); + int (*pfnGetAverageMode)(int *pNetProtoCount); + } CLIST_INTERFACE; -- cgit v1.2.3