comparison libpurple/protocols/simple/simple.c @ 23782:f5bcb58bdf56

propagate from branch 'im.pidgin.pidgin' (head 16d99d9757384d801e4f13d991cb769a71f9c190) to branch 'im.pidgin.pidgin.vv' (head 6fc5d53de8bd73364b370627020563c614fe6e0a)
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Wed, 06 Feb 2008 19:44:41 +0000
parents b13bb5f49ecd 750d700098c1
children e4a4bc86c547
comparison
equal deleted inserted replaced
22270:762174f38807 23782:f5bcb58bdf56
2045 NULL, /* new_xfer */ 2045 NULL, /* new_xfer */
2046 NULL, /* offline_message */ 2046 NULL, /* offline_message */
2047 NULL, /* whiteboard_prpl_ops */ 2047 NULL, /* whiteboard_prpl_ops */
2048 simple_send_raw, /* send_raw */ 2048 simple_send_raw, /* send_raw */
2049 NULL, /* roomlist_room_serialize */ 2049 NULL, /* roomlist_room_serialize */
2050 2050 NULL, /* unregister_user */
2051 /* padding */ 2051 NULL, /* send_attention */
2052 NULL, 2052 NULL, /* get_attention_types */
2053 NULL, 2053 sizeof(PurplePluginProtocolInfo), /* struct_size */
2054 NULL, 2054 NULL /* initiate_media */
2055 NULL
2056 }; 2055 };
2057 2056
2058 2057
2059 static PurplePluginInfo info = 2058 static PurplePluginInfo info =
2060 { 2059 {