From 544a8969d32748541de6973f805f16ba21156507 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 29 Jan 2013 18:59:47 +0000 Subject: MSN HTTP avatars, part II git-svn-id: http://svn.miranda-ng.org/main/trunk@3342 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/MSN/src/msn_proto.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'protocols/MSN/src/msn_proto.h') diff --git a/protocols/MSN/src/msn_proto.h b/protocols/MSN/src/msn_proto.h index ecf8c85b97..757b7b55c0 100644 --- a/protocols/MSN/src/msn_proto.h +++ b/protocols/MSN/src/msn_proto.h @@ -203,6 +203,9 @@ struct CMsnProto : public PROTO_INTERFACE, public MZeroedObject char* getSslResult(char** parUrl, const char* parAuthInfo, const char* hdrs, unsigned& status); bool getMyAvatarFile(char *url, TCHAR *fname); + void AvatarQueue_Init(void); + void AvatarQueue_Uninit(void); + void MSN_GoOffline(void); void MSN_GetAvatarFileName(HANDLE hContact, TCHAR* pszDest, size_t cbLen, const TCHAR *ext); void pushAvatarRequest(HANDLE hContact, LPCSTR pszUrl); -- cgit v1.2.3