Mercurial > pidgin
comparison libpurple/protocols/null/nullprpl.c @ 29510:6313e62faee9
Warning fix
| author | Daniel Atallah <daniel.atallah@gmail.com> |
|---|---|
| date | Mon, 01 Mar 2010 03:41:54 +0000 |
| parents | 01f1929d0936 |
| children | 7dd09af2bbc9 |
comparison
equal
deleted
inserted
replaced
| 29509:996eb83a1162 | 29510:6313e62faee9 |
|---|---|
| 1115 NULL, /* roomlist_room_serialize */ | 1115 NULL, /* roomlist_room_serialize */ |
| 1116 NULL, /* unregister_user */ | 1116 NULL, /* unregister_user */ |
| 1117 NULL, /* send_attention */ | 1117 NULL, /* send_attention */ |
| 1118 NULL, /* get_attention_types */ | 1118 NULL, /* get_attention_types */ |
| 1119 sizeof(PurplePluginProtocolInfo), /* struct_size */ | 1119 sizeof(PurplePluginProtocolInfo), /* struct_size */ |
| 1120 NULL, | 1120 NULL, /* get_account_text_table */ |
| 1121 NULL, /* initiate_media */ | 1121 NULL, /* initiate_media */ |
| 1122 NULL /* can_do_media */ | 1122 NULL, /* get_media_caps */ |
| 1123 NULL /* get_moods */ | |
| 1123 }; | 1124 }; |
| 1124 | 1125 |
| 1125 static void nullprpl_init(PurplePlugin *plugin) | 1126 static void nullprpl_init(PurplePlugin *plugin) |
| 1126 { | 1127 { |
| 1127 /* see accountopt.h for information about user splits and protocol options */ | 1128 /* see accountopt.h for information about user splits and protocol options */ |
