diff options
Diffstat (limited to 'src/modules/extraicons/extraicons.h')
-rw-r--r-- | src/modules/extraicons/extraicons.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/extraicons/extraicons.h b/src/modules/extraicons/extraicons.h index cedddefb0c..2b34ecbbd9 100644 --- a/src/modules/extraicons/extraicons.h +++ b/src/modules/extraicons/extraicons.h @@ -41,14 +41,14 @@ ExtraIcon * GetExtraIconBySlot(int slot); int GetNumberOfSlots();
int ConvertToClistSlot(int slot);
-int Clist_SetExtraIcon(HCONTACT hContact, int slot, HANDLE hImage);
+int Clist_SetExtraIcon(MCONTACT hContact, int slot, HANDLE hImage);
void DefaultExtraIcons_Load();
HANDLE ExtraIcon_Add(HICON hIcon);
void fnReloadExtraIcons();
-void fnSetAllExtraIcons(HCONTACT hContact);
+void fnSetAllExtraIcons(MCONTACT hContact);
static inline BOOL IsEmpty(const char *str)
{
|