| 1124 NULL, /* roomlist_room_serialize */ |
1124 NULL, /* roomlist_room_serialize */ |
| 1125 NULL, /* unregister_user */ |
1125 NULL, /* unregister_user */ |
| 1126 NULL, /* send_attention */ |
1126 NULL, /* send_attention */ |
| 1127 NULL, /* get_attention_types */ |
1127 NULL, /* get_attention_types */ |
| 1128 sizeof(PurplePluginProtocolInfo), /* struct_size */ |
1128 sizeof(PurplePluginProtocolInfo), /* struct_size */ |
| 1129 NULL /* initiate_media */ |
1129 NULL, /* initiate_media */ |
| |
1130 NULL /* can_do_media */ |
| 1130 }; |
1131 }; |
| 1131 |
1132 |
| 1132 static void nullprpl_init(PurplePlugin *plugin) |
1133 static void nullprpl_init(PurplePlugin *plugin) |
| 1133 { |
1134 { |
| 1134 /* see accountopt.h for information about user splits and protocol options */ |
1135 /* see accountopt.h for information about user splits and protocol options */ |