comparison libpurple/protocols/sametime/sametime.c @ 23867:4bc74deeb503

propagate from branch 'im.pidgin.pidgin' (head 434563a4b8fadb9593c241db4bb5ffd0bf2c0627) to branch 'im.pidgin.soc.2008.vv' (head 59d05cb38af9346d82ce57477273f7b381054bcc)
author Mike Ruprecht <maiku@soc.pidgin.im>
date Sat, 09 Aug 2008 02:24:38 +0000
parents 27eacd38c721 ff29208e03ef
children c6c6dc6ccdc7
comparison
equal deleted inserted replaced
23684:de8f2d3e538a 23867:4bc74deeb503
5186 .can_receive_file = mw_prpl_can_receive_file, 5186 .can_receive_file = mw_prpl_can_receive_file,
5187 .send_file = mw_prpl_send_file, 5187 .send_file = mw_prpl_send_file,
5188 .new_xfer = mw_prpl_new_xfer, 5188 .new_xfer = mw_prpl_new_xfer,
5189 .offline_message = NULL, 5189 .offline_message = NULL,
5190 .whiteboard_prpl_ops = NULL, 5190 .whiteboard_prpl_ops = NULL,
5191 .send_raw = NULL 5191 .send_raw = NULL,
5192 .struct_size = sizeof(PurplePluginProtocolInfo)
5192 }; 5193 };
5193 5194
5194 5195
5195 static PurplePluginPrefFrame * 5196 static PurplePluginPrefFrame *
5196 mw_plugin_get_plugin_pref_frame(PurplePlugin *plugin) { 5197 mw_plugin_get_plugin_pref_frame(PurplePlugin *plugin) {