summaryrefslogtreecommitdiff
path: root/src/modules/extraicons/extraicons.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/extraicons/extraicons.h')
-rw-r--r--src/modules/extraicons/extraicons.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/modules/extraicons/extraicons.h b/src/modules/extraicons/extraicons.h
index 21ad6e955f..2ee5982e9c 100644
--- a/src/modules/extraicons/extraicons.h
+++ b/src/modules/extraicons/extraicons.h
@@ -44,6 +44,11 @@ int ConvertToClistSlot(int slot);
int Clist_SetExtraIcon(HANDLE hContact, int slot, HANDLE hImage);
+HANDLE ExtraIcon_Add(HICON hIcon);
+
+void fnReloadExtraIcons();
+void fnSetAllExtraIcons(HWND hwndList,HANDLE hContact);
+
static inline BOOL IsEmpty(const char *str)
{
return str == NULL || str[0] == 0;