diff options
Diffstat (limited to 'plugins/Clist_mw/src/clist.h')
-rw-r--r-- | plugins/Clist_mw/src/clist.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/plugins/Clist_mw/src/clist.h b/plugins/Clist_mw/src/clist.h index 56efca3218..2736a08f44 100644 --- a/plugins/Clist_mw/src/clist.h +++ b/plugins/Clist_mw/src/clist.h @@ -48,8 +48,6 @@ struct ClcCacheEntry : public ClcCacheEntryBase boolean isUnknown;
};
-typedef ClcCacheEntry *pClcCacheEntry;
-
-pClcCacheEntry GetContactFullCacheEntry(HANDLE hContact);
+ClcCacheEntry* GetContactFullCacheEntry(HANDLE hContact);
#endif
\ No newline at end of file |