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 /src/modules/clist/clc.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 'src/modules/clist/clc.h')
-rw-r--r-- | src/modules/clist/clc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules/clist/clc.h b/src/modules/clist/clc.h index 6e4a3c4c28..43bdf9febd 100644 --- a/src/modules/clist/clc.h +++ b/src/modules/clist/clc.h @@ -110,6 +110,7 @@ void GetFontSetting(int i, LOGFONTA *lf, COLORREF *colour); HGENMENU fnGetProtocolMenu(const char*);
int fnGetProtocolVisibility(const char* accName);
int fnConvertMenu(CLISTMENUITEM*, TMO_MenuItem*);
+int fnGetAverageMode(int *pNetProtoCount);
int fnGetAccountIndexByPos(int Pos);
int fnGetProtoIndexByPos(PROTOCOLDESCRIPTOR **proto, int protoCnt, int Pos);
|