Mercurial > pidgin
diff src/protocols/msn/notification.h @ 19785:852b32710df0
[gaim-migrate @ 16507]
add the contact list retrieve and dump contact list to server
currently can do chanllenge successfully
But can't get the buddy list done
by MaYuan<mayuan2006@gmail.com>
committer: Ethan Blanton <elb@pidgin.im>
| author | Ma Yuan <mayuan2006@gmail.com> |
|---|---|
| date | Mon, 17 Jul 2006 12:22:37 +0000 |
| parents | bc30c6270d9f |
| children | 23258253c7a0 |
line wrap: on
line diff
--- a/src/protocols/msn/notification.h Sun Jul 09 16:48:25 2006 +0000 +++ b/src/protocols/msn/notification.h Mon Jul 17 12:22:37 2006 +0000 @@ -63,6 +63,7 @@ gboolean msn_notification_connect(MsnNotification *notification, const char *host, int port); void msn_notification_disconnect(MsnNotification *notification); +void dump_adl_cmd(MsnSession *session); /** * Closes a notification.
