Mercurial > pidgin
diff libpurple/protocols/novell/novell.c @ 25004:0d6bd0eca4cb
propagate from branch 'im.pidgin.pidgin' (head 8e99bf9be800f9578d7e94cc4d522d435cfc80dd)
to branch 'im.pidgin.pidgin.vv' (head e96b8392652eff68af61abf72fa6667c0564e2ab)
author | Mike Ruprecht <maiku@soc.pidgin.im> |
---|---|
date | Wed, 07 Jan 2009 03:07:01 +0000 |
parents | 568b786c36f9 ff29208e03ef |
children | af42303654a5 |
line wrap: on
line diff
--- a/libpurple/protocols/novell/novell.c Wed Jan 07 02:12:17 2009 +0000 +++ b/libpurple/protocols/novell/novell.c Wed Jan 07 03:07:01 2009 +0000 @@ -3512,13 +3512,13 @@ NULL, /* whiteboard_prpl_ops */ NULL, /* send_raw */ NULL, /* roomlist_room_serialize */ - - /* padding */ - NULL, - NULL, - NULL, + NULL, /* unregister_user */ + NULL, /* send_attention */ + NULL, /* get_attention_types */ sizeof(PurplePluginProtocolInfo), /* struct_size */ - NULL + NULL, /* get_account_text_table */ + NULL, /* initiate_media */ + NULL /* can_do_media */ }; static PurplePluginInfo info = { @@ -3573,3 +3573,4 @@ } PURPLE_INIT_PLUGIN(novell, init_plugin, info); +