diff options
author | George Hazan <george.hazan@gmail.com> | 2013-11-05 18:46:19 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-11-05 18:46:19 +0000 |
commit | 622d5101fe221d6839c859e0a643259f2cc474c9 (patch) | |
tree | 8f02bb435d8a9daf7f4732c52eb3738d4f2c044a /include/m_clistint.h | |
parent | 9a0205dafcb78816771e5c4bbaefddd1e87772a1 (diff) |
- 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
Diffstat (limited to 'include/m_clistint.h')
-rw-r--r-- | include/m_clistint.h | 2 |
1 files changed, 2 insertions, 0 deletions
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;
|