comparison src/protocols/msn/msn.h @ 9860:65b3156f9f48

[gaim-migrate @ 10739] (21:34:57) shx: and after applying the on of the memleak... (21:35:15) shx: patch to auto update msn buddy icons committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Wed, 25 Aug 2004 01:43:54 +0000
parents ab6636c5a136
children d9468bd22b7c
comparison
equal deleted inserted replaced
9859:42f6b69c9d8e 9860:65b3156f9f48
113 ((MSN_CLIENT_ID_VERSION << 24) | \ 113 ((MSN_CLIENT_ID_VERSION << 24) | \
114 (MSN_CLIENT_ID_RESERVED_1 << 16) | \ 114 (MSN_CLIENT_ID_RESERVED_1 << 16) | \
115 (MSN_CLIENT_ID_RESERVED_2 << 8) | \ 115 (MSN_CLIENT_ID_RESERVED_2 << 8) | \
116 (MSN_CLIENT_ID_CAPABILITIES)) 116 (MSN_CLIENT_ID_CAPABILITIES))
117 117
118 void msn_request_buddy_icon(GaimConnection *gc, const char *who);
119
120 #endif /* _MSN_H_ */ 118 #endif /* _MSN_H_ */