Mercurial > pidgin
changeset 12650:2926e3c3185e
[gaim-migrate @ 14988]
Warning McFixen
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Sat, 24 Dec 2005 20:10:25 +0000 |
parents | 773f694e83bf |
children | a74cb5952db4 |
files | src/protocols/bonjour/bonjour.c src/protocols/napster/napster.c src/protocols/sametime/sametime.c src/protocols/toc/toc.c |
diffstat | 4 files changed, 12 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/protocols/bonjour/bonjour.c Sat Dec 24 08:10:32 2005 +0000 +++ b/src/protocols/bonjour/bonjour.c Sat Dec 24 20:10:25 2005 +0000 @@ -406,6 +406,7 @@ NULL, /* can_receive_file */ NULL, /* send_file */ NULL, /* new_xfer */ + NULL, /* offline_message */ NULL, /* whiteboard_prpl_ops */ NULL, /* media_prpl_ops */ };
--- a/src/protocols/napster/napster.c Sat Dec 24 08:10:32 2005 +0000 +++ b/src/protocols/napster/napster.c Sat Dec 24 20:10:25 2005 +0000 @@ -671,7 +671,10 @@ NULL, /* roomlist_expand_category */ NULL, /* can_receive_file */ NULL, /* send_file */ - NULL /* new_xfer */ + NULL, /* new_xfer */ + NULL, /* offline_message */ + NULL, /* whiteboard_prpl_ops */ + NULL, /* media_prpl_ops */ }; static GaimPluginInfo info =
--- a/src/protocols/sametime/sametime.c Sat Dec 24 08:10:32 2005 +0000 +++ b/src/protocols/sametime/sametime.c Sat Dec 24 20:10:25 2005 +0000 @@ -5020,6 +5020,9 @@ .can_receive_file = mw_prpl_can_receive_file, .send_file = mw_prpl_send_file, .new_xfer = mw_prpl_new_xfer, + .offline_message = NULL, + .whiteboard_prpl_ops = NULL, + .media_prpl_ops = NULL, };
--- a/src/protocols/toc/toc.c Sat Dec 24 08:10:32 2005 +0000 +++ b/src/protocols/toc/toc.c Sat Dec 24 20:10:25 2005 +0000 @@ -2296,7 +2296,10 @@ NULL, /* roomlist_expand_category */ NULL, /* can_receive_file */ NULL, /* send_file */ - NULL /* new_xfer */ + NULL, /* new_xfer */ + NULL, /* offline_message */ + NULL, /* whiteboard_prpl_ops */ + NULL, /* media_prpl_ops */ }; static GaimPluginInfo info =