comparison src/protocols/sametime/sametime.c @ 12650:2926e3c3185e

[gaim-migrate @ 14988] Warning McFixen committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sat, 24 Dec 2005 20:10:25 +0000
parents e8da8f12e694
children a0fd3ebcd6fa
comparison
equal deleted inserted replaced
12649:773f694e83bf 12650:2926e3c3185e
5018 .roomlist_get_list = NULL, 5018 .roomlist_get_list = NULL,
5019 .roomlist_expand_category = NULL, 5019 .roomlist_expand_category = NULL,
5020 .can_receive_file = mw_prpl_can_receive_file, 5020 .can_receive_file = mw_prpl_can_receive_file,
5021 .send_file = mw_prpl_send_file, 5021 .send_file = mw_prpl_send_file,
5022 .new_xfer = mw_prpl_new_xfer, 5022 .new_xfer = mw_prpl_new_xfer,
5023 .offline_message = NULL,
5024 .whiteboard_prpl_ops = NULL,
5025 .media_prpl_ops = NULL,
5023 }; 5026 };
5024 5027
5025 5028
5026 static GaimPluginPrefFrame * 5029 static GaimPluginPrefFrame *
5027 mw_plugin_get_plugin_pref_frame(GaimPlugin *plugin) { 5030 mw_plugin_get_plugin_pref_frame(GaimPlugin *plugin) {