summaryrefslogtreecommitdiff
path: root/plugins/Clist_nicer/INCLUDE/clc.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2012-07-12 16:55:11 +0000
committerGeorge Hazan <george.hazan@gmail.com>2012-07-12 16:55:11 +0000
commita63f23128ea8468ec01e99976d046af8c6dfa807 (patch)
treeb7bf5e1188f98b47afaee73c0d3ba9a3f5a2e89f /plugins/Clist_nicer/INCLUDE/clc.h
parentec2d0c98145867ab68ab844a469fc26b3da9f820 (diff)
customized toolbars: initial settings
git-svn-id: http://svn.miranda-ng.org/main/trunk@929 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Clist_nicer/INCLUDE/clc.h')
-rw-r--r--plugins/Clist_nicer/INCLUDE/clc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Clist_nicer/INCLUDE/clc.h b/plugins/Clist_nicer/INCLUDE/clc.h
index 7a78e52564..eedb76fc43 100644
--- a/plugins/Clist_nicer/INCLUDE/clc.h
+++ b/plugins/Clist_nicer/INCLUDE/clc.h
@@ -540,6 +540,7 @@ void ReloadExtraInfo(HANDLE hContact);
void LoadAvatarForContact(struct ClcContact *p);
void ApplyViewMode(const char *name);
DWORD CalcXMask(HANDLE hContact);
+void ClcSetButtonState(int ctrlId, int status);
//clcpaint.c
void PaintClc(HWND hwnd, struct ClcData *dat, HDC hdc, RECT *rcPaint);