comparison src/protocols/toc/toc.c @ 9954:a9fb4493ae22

[gaim-migrate @ 10851] a combination of the hacking i've been doing on jabber, and the patch datallah just sent me committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Sun, 05 Sep 2004 17:10:39 +0000
parents b13013595c08
children 837dc736e84f
comparison
equal deleted inserted replaced
9953:d908907d9441 9954:a9fb4493ae22
27 #include "notify.h" 27 #include "notify.h"
28 #include "proxy.h" 28 #include "proxy.h"
29 #include "prpl.h" 29 #include "prpl.h"
30 #include "request.h" 30 #include "request.h"
31 #include "util.h" 31 #include "util.h"
32 #include "version.h"
32 33
33 static GaimPlugin *my_protocol = NULL; 34 static GaimPlugin *my_protocol = NULL;
34 35
35 #define REVISION "penguin" 36 #define REVISION "penguin"
36 37
2106 } 2107 }
2107 #endif 2108 #endif
2108 2109
2109 static GaimPluginProtocolInfo prpl_info = 2110 static GaimPluginProtocolInfo prpl_info =
2110 { 2111 {
2111 GAIM_PRPL_API_VERSION,
2112 0, 2112 0,
2113 NULL, /* user_splits */ 2113 NULL, /* user_splits */
2114 NULL, /* protocol_options */ 2114 NULL, /* protocol_options */
2115 NO_BUDDY_ICONS, /* icon_spec */ 2115 NO_BUDDY_ICONS, /* icon_spec */
2116 toc_list_icon, /* list_icon */ 2116 toc_list_icon, /* list_icon */
2169 NULL /* send_file */ 2169 NULL /* send_file */
2170 }; 2170 };
2171 2171
2172 static GaimPluginInfo info = 2172 static GaimPluginInfo info =
2173 { 2173 {
2174 GAIM_PLUGIN_API_VERSION, /**< api_version */ 2174 GAIM_PLUGIN_MAGIC,
2175 GAIM_MAJOR_VERSION,
2176 GAIM_MINOR_VERSION,
2175 GAIM_PLUGIN_PROTOCOL, /**< type */ 2177 GAIM_PLUGIN_PROTOCOL, /**< type */
2176 NULL, /**< ui_requirement */ 2178 NULL, /**< ui_requirement */
2177 0, /**< flags */ 2179 0, /**< flags */
2178 NULL, /**< dependencies */ 2180 NULL, /**< dependencies */
2179 GAIM_PRIORITY_DEFAULT, /**< priority */ 2181 GAIM_PRIORITY_DEFAULT, /**< priority */