diff options
author | George Hazan <george.hazan@gmail.com> | 2016-06-01 16:39:34 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2016-06-01 16:39:34 +0000 |
commit | e983f96899f1103c4df3b47c5610e3dd1d81e6e0 (patch) | |
tree | c0a485c0b1bbc8bc329fb2bbc52a7228065302ad /plugins/Clist_modern/src/modern_clc.h | |
parent | 3dbaef0eac24e4e50b6b8f7f26be00600e75b4f1 (diff) |
extended visibility control for contacts
git-svn-id: http://svn.miranda-ng.org/main/trunk@16899 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Clist_modern/src/modern_clc.h')
-rw-r--r-- | plugins/Clist_modern/src/modern_clc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Clist_modern/src/modern_clc.h b/plugins/Clist_modern/src/modern_clc.h index 03e05d44b6..a895e46231 100644 --- a/plugins/Clist_modern/src/modern_clc.h +++ b/plugins/Clist_modern/src/modern_clc.h @@ -346,6 +346,7 @@ int cliGetRowByIndex(ClcData *dat, int testindex, ClcContact **contact, ClcGrou // clcitems.c
ClcContact* cli_AddContactToGroup(ClcData *dat, ClcGroup *group, MCONTACT hContact);
+int cliIsVisibleContact(ClcCacheEntry *pce, ClcGroup *group);
void cliRebuildEntireList(HWND hwnd, ClcData *dat);
void cli_AddContactToTree(HWND hwnd, ClcData *dat, MCONTACT hContact, int updateTotalCount, int checkHideOffline);
void cli_SortCLC(HWND hwnd, ClcData *dat, int useInsertionSort);
|