From c08a8d0b413a616b721eeb37e4a2e9287c053410 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 15 May 2015 21:07:33 +0000 Subject: correct notification when avatar is removed git-svn-id: http://svn.miranda-ng.org/main/trunk@13609 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/AVS/src/stdafx.h | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins/AVS/src/stdafx.h') diff --git a/plugins/AVS/src/stdafx.h b/plugins/AVS/src/stdafx.h index 7027783b64..2331595a0c 100644 --- a/plugins/AVS/src/stdafx.h +++ b/plugins/AVS/src/stdafx.h @@ -133,6 +133,7 @@ void UnloadCache(void); int CreateAvatarInCache(MCONTACT hContact, avatarCacheEntry *ace, char *szProto); void DeleteAvatarFromCache(MCONTACT hContact, bool bForever); void PicLoader(LPVOID param); +void NotifyMetaAware(MCONTACT hContact, CacheNode *node = NULL, AVATARCACHEENTRY *ace = (AVATARCACHEENTRY*)-1); void InternalDrawAvatar(AVATARDRAWREQUEST *r, HBITMAP hbm, LONG bmWidth, LONG bmHeight, DWORD dwFlags); -- cgit v1.2.3