Mercurial > pidgin.yaz
comparison libpurple/protocols/irc/irc.c @ 25658:903fb6879521
Broken merge.
author | Sadrul Habib Chowdhury <imadil@gmail.com> |
---|---|
date | Tue, 27 May 2008 06:51:21 +0000 |
parents | ff29208e03ef |
children | e23b447aa5ca |
comparison
equal
deleted
inserted
replaced
25657:ff29208e03ef | 25658:903fb6879521 |
---|---|
906 NULL, /* roomlist_room_serialize */ | 906 NULL, /* roomlist_room_serialize */ |
907 NULL, /* unregister_user */ | 907 NULL, /* unregister_user */ |
908 NULL, /* send_attention */ | 908 NULL, /* send_attention */ |
909 NULL, /* get_attention_types */ | 909 NULL, /* get_attention_types */ |
910 sizeof(PurplePluginProtocolInfo), /* struct_size */ | 910 sizeof(PurplePluginProtocolInfo), /* struct_size */ |
911 NULL /* get_account_text_table */ | 911 NULL, /* get_account_text_table */ |
912 NULL, /* initiate_media */ | 912 NULL, /* initiate_media */ |
913 NULL /* can_do_media */ | 913 NULL /* can_do_media */ |
914 }; | 914 }; |
915 | 915 |
916 static gboolean load_plugin (PurplePlugin *plugin) { | 916 static gboolean load_plugin (PurplePlugin *plugin) { |