comparison libpurple/protocols/null/nullprpl.c @ 26131:ff4212a5268f

propagate from branch 'im.pidgin.pidgin' (head 431618de0f30a6938f7e14d2d61ee5d7738acd59) to branch 'im.pidgin.pidgin.vv' (head 8df00cb1a28baa69d0a68e0e96af201ec7d87c09)
author Marcus Lundblad <ml@update.uu.se>
date Mon, 02 Mar 2009 18:47:27 +0000
parents 2d4f0dd04334 68f4edb42f39
children 6eb0e3a9c919
comparison
equal deleted inserted replaced
25955:52fbda23e398 26131:ff4212a5268f
1110 NULL, /* new_xfer */ 1110 NULL, /* new_xfer */
1111 nullprpl_offline_message, /* offline_message */ 1111 nullprpl_offline_message, /* offline_message */
1112 NULL, /* whiteboard_prpl_ops */ 1112 NULL, /* whiteboard_prpl_ops */
1113 NULL, /* send_raw */ 1113 NULL, /* send_raw */
1114 NULL, /* roomlist_room_serialize */ 1114 NULL, /* roomlist_room_serialize */
1115 NULL, /* unregister_user */ 1115 NULL, /* unregister_user */
1116 NULL, /* send_attention */ 1116 NULL, /* send_attention */
1117 NULL, /* attention_types */ 1117 NULL, /* get_attention_types */
1118 sizeof(PurplePluginProtocolInfo), /* struct_size */ 1118 sizeof(PurplePluginProtocolInfo), /* struct_size */
1119 NULL, /* get_account_text_table */ 1119 NULL,
1120 NULL, /* initiate_media */
1121 NULL /* can_do_media */
1120 }; 1122 };
1121 1123
1122 static void nullprpl_init(PurplePlugin *plugin) 1124 static void nullprpl_init(PurplePlugin *plugin)
1123 { 1125 {
1124 /* see accountopt.h for information about user splits and protocol options */ 1126 /* see accountopt.h for information about user splits and protocol options */