diff 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
line wrap: on
line diff
--- a/src/protocols/msn/user.h	Sun Aug 27 08:03:32 2006 +0000
+++ b/src/protocols/msn/user.h	Sun Aug 27 10:34:17 2006 +0000
@@ -301,6 +301,11 @@
 gboolean
 msn_user_is_online(GaimAccount *account, const char *name);
 
+/**
+ * check to see if user is Yahoo User
+ */
+gboolean
+msn_user_is_yahoo(GaimAccount *account ,const char *name);
 /*@}*/
 
 #endif /* _MSN_USER_H_ */