summaryrefslogtreecommitdiff
path: root/include/m_clistint.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/m_clistint.h')
-rw-r--r--include/m_clistint.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/include/m_clistint.h b/include/m_clistint.h
index 4508abc41b..af87b3f114 100644
--- a/include/m_clistint.h
+++ b/include/m_clistint.h
@@ -161,6 +161,7 @@ struct ClcDataBase
struct ClcContact;
struct ClcData;
struct CListEvent;
+struct ClcCacheEntry;
struct trayIconInfo_t
{
@@ -346,10 +347,10 @@ typedef struct
TCHAR* (*pfnGetStatusModeDescription)(int mode, int flags);
/* clistsettings.c */
- ClcCacheEntryBase* (*pfnGetCacheEntry)(HANDLE hContact);
- ClcCacheEntryBase* (*pfnCreateCacheItem)(HANDLE hContact);
- void (*pfnCheckCacheItem)(ClcCacheEntryBase*);
- void (*pfnFreeCacheItem)(ClcCacheEntryBase*);
+ ClcCacheEntry* (*pfnGetCacheEntry)(HANDLE hContact);
+ ClcCacheEntry* (*pfnCreateCacheItem)(HANDLE hContact);
+ void (*pfnCheckCacheItem)(ClcCacheEntry*);
+ void (*pfnFreeCacheItem)(ClcCacheEntry*);
TCHAR* (*pfnGetContactDisplayName)(HANDLE hContact, int mode);
void (*pfnInvalidateDisplayNameCacheEntry)(HANDLE hContact);