comparison libpurple/protocols/msn/object.h @ 30861:4445ae4215b8

Don't destroy our local object storing the display picture when a NLN command show us the same MsnObject.
author masca@cpw.pidgin.im
date Mon, 02 Aug 2010 20:36:02 +0000
parents 462cb893521b
children 23be655cc688
comparison
equal deleted inserted replaced
30860:b9c80d9c2ae5 30861:4445ae4215b8
233 * 233 *
234 * @return The associated image. 234 * @return The associated image.
235 */ 235 */
236 PurpleStoredImage *msn_object_get_image(const MsnObject *obj); 236 PurpleStoredImage *msn_object_get_image(const MsnObject *obj);
237 237
238 MsnObject * msn_object_find_local(const char *sha1);
239
238 void msn_object_set_local(MsnObject *obj); 240 void msn_object_set_local(MsnObject *obj);
239 241
240 #endif /* MSN_OBJECT_H */ 242 #endif /* MSN_OBJECT_H */