Mercurial > pidgin
comparison libpurple/protocols/msn/msn.c @ 16688:589cc5757148
propagate from branch 'im.pidgin.padding' (head 4e0b1f990f77ad0ba6efa8bf6f73f422956b36fa)
to branch 'im.pidgin.pidgin' (head 05168290f094ac829b3cec45fafc858cf25342a9)
author | Gary Kramlich <grim@reaperworld.com> |
---|---|
date | Mon, 30 Apr 2007 01:28:41 +0000 |
parents | a338acd14365 |
children | 133932a97faa 7c0a2ef88018 |
comparison
equal
deleted
inserted
replaced
16687:8f4d82a1aa6d | 16688:589cc5757148 |
---|---|
2067 msn_new_xfer, /* new_xfer */ | 2067 msn_new_xfer, /* new_xfer */ |
2068 NULL, /* offline_message */ | 2068 NULL, /* offline_message */ |
2069 NULL, /* whiteboard_prpl_ops */ | 2069 NULL, /* whiteboard_prpl_ops */ |
2070 NULL, /* send_raw */ | 2070 NULL, /* send_raw */ |
2071 NULL, /* roomlist_room_serialize */ | 2071 NULL, /* roomlist_room_serialize */ |
2072 | |
2073 /* padding */ | |
2074 NULL, | |
2075 NULL, | |
2076 NULL, | |
2077 NULL | |
2072 }; | 2078 }; |
2073 | 2079 |
2074 static PurplePluginInfo info = | 2080 static PurplePluginInfo info = |
2075 { | 2081 { |
2076 PURPLE_PLUGIN_MAGIC, | 2082 PURPLE_PLUGIN_MAGIC, |
2097 NULL, /**< destroy */ | 2103 NULL, /**< destroy */ |
2098 | 2104 |
2099 NULL, /**< ui_info */ | 2105 NULL, /**< ui_info */ |
2100 &prpl_info, /**< extra_info */ | 2106 &prpl_info, /**< extra_info */ |
2101 NULL, /**< prefs_info */ | 2107 NULL, /**< prefs_info */ |
2102 msn_actions | 2108 msn_actions, |
2109 | |
2110 /* padding */ | |
2111 NULL, | |
2112 NULL, | |
2113 NULL, | |
2114 NULL | |
2103 }; | 2115 }; |
2104 | 2116 |
2105 static void | 2117 static void |
2106 init_plugin(PurplePlugin *plugin) | 2118 init_plugin(PurplePlugin *plugin) |
2107 { | 2119 { |