Mercurial > pidgin
diff src/protocols/msn/notification.h @ 19800:da3f8f7ec3ce
[gaim-migrate @ 16737]
can send Message to Yahoo Messenger
can receive the Yahoo Message, Need to post it to the conversation
committed by Ma Yuan<mayuan2006@gmail.com>
committer: Ethan Blanton <elb@pidgin.im>
| author | Ma Yuan <mayuan2006@gmail.com> |
|---|---|
| date | Sun, 13 Aug 2006 16:01:52 +0000 |
| parents | 3a15b4e5c336 |
| children |
line wrap: on
line diff
--- a/src/protocols/msn/notification.h Sun Aug 13 06:09:48 2006 +0000 +++ b/src/protocols/msn/notification.h Sun Aug 13 16:01:52 2006 +0000 @@ -48,6 +48,7 @@ }; #include "state.h" +void uum_send_msg(MsnSession *session,MsnMessage *msg); void msn_notification_end(void); void msn_notification_init(void);
