comparison src/protocols/msn/user.h @ 19830:3b971c87279d

[gaim-migrate @ 17056] fix the bug to send Yahoo User offline Message committed by MaYuan<mayuan2006@gmail.com> committer: Ethan Blanton <elb@pidgin.im>
author Ma Yuan <mayuan2006@gmail.com>
date Sun, 27 Aug 2006 10:34:17 +0000
parents a8d00b8dae40
children 5568b3ac6fce
comparison
equal deleted inserted replaced
19829:c590e780b3a0 19830:3b971c87279d
299 * check to see if user is online 299 * check to see if user is online
300 */ 300 */
301 gboolean 301 gboolean
302 msn_user_is_online(GaimAccount *account, const char *name); 302 msn_user_is_online(GaimAccount *account, const char *name);
303 303
304 /**
305 * check to see if user is Yahoo User
306 */
307 gboolean
308 msn_user_is_yahoo(GaimAccount *account ,const char *name);
304 /*@}*/ 309 /*@}*/
305 310
306 #endif /* _MSN_USER_H_ */ 311 #endif /* _MSN_USER_H_ */