diff options
author | George Hazan <george.hazan@gmail.com> | 2014-07-04 21:17:37 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-07-04 21:17:37 +0000 |
commit | e693f1d803f736478a30dd76c6748839796fca77 (patch) | |
tree | a98fa46db871e9edbf2f9ef4de566228daee299c /include | |
parent | f1bbd65bbaa4291c194244424668aa16c357ca0f (diff) |
standardizing the control over checkboxes in clist
git-svn-id: http://svn.miranda-ng.org/main/trunk@9682 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'include')
-rw-r--r-- | include/m_clistint.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/m_clistint.h b/include/m_clistint.h index 3f754715bd..8b61830160 100644 --- a/include/m_clistint.h +++ b/include/m_clistint.h @@ -480,6 +480,7 @@ typedef struct int (*pfnTrayCalcChanged)(const char *szChangedProto, int averageMode, int iProtoCount);
int (*pfnGetAverageMode)(int *pNetProtoCount);
void (*pfnInitAutoRebuild)(HWND hwnd);
+ void (*pfnSetContactCheckboxes)(ClcContact *cc, int checked);
}
CLIST_INTERFACE;
|