comparison src/protocols/yahoo/yahoo.c @ 9943:f8e395a054e2

[gaim-migrate @ 10835] this all seemed to work last night...hopefully no stray cosmic rays did anything to break it since then committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Fri, 03 Sep 2004 21:21:25 +0000
parents fb08a0973b3e
children 2c7c6bdb938b
comparison
equal deleted inserted replaced
9942:3941c39ccff5 9943:f8e395a054e2
32 #include "prpl.h" 32 #include "prpl.h"
33 #include "proxy.h" 33 #include "proxy.h"
34 #include "request.h" 34 #include "request.h"
35 #include "server.h" 35 #include "server.h"
36 #include "util.h" 36 #include "util.h"
37 #include "version.h"
37 38
38 #include "sha.h" 39 #include "sha.h"
39 #include "yahoo.h" 40 #include "yahoo.h"
40 #include "yahoo_friend.h" 41 #include "yahoo_friend.h"
41 #include "yahoochat.h" 42 #include "yahoochat.h"
3278 3279
3279 static GaimPlugin *my_protocol = NULL; 3280 static GaimPlugin *my_protocol = NULL;
3280 3281
3281 static GaimPluginProtocolInfo prpl_info = 3282 static GaimPluginProtocolInfo prpl_info =
3282 { 3283 {
3283 GAIM_PRPL_API_VERSION,
3284 OPT_PROTO_MAIL_CHECK | OPT_PROTO_CHAT_TOPIC, 3284 OPT_PROTO_MAIL_CHECK | OPT_PROTO_CHAT_TOPIC,
3285 NULL, /* user_splits */ 3285 NULL, /* user_splits */
3286 NULL, /* protocol_options */ 3286 NULL, /* protocol_options */
3287 {"png", 96, 96, 96, 96, GAIM_ICON_SCALE_SEND}, 3287 {"png", 96, 96, 96, 96, GAIM_ICON_SCALE_SEND},
3288 yahoo_list_icon, 3288 yahoo_list_icon,
3341 yahoo_send_file 3341 yahoo_send_file
3342 }; 3342 };
3343 3343
3344 static GaimPluginInfo info = 3344 static GaimPluginInfo info =
3345 { 3345 {
3346 GAIM_PLUGIN_API_VERSION, /**< api_version */ 3346 GAIM_PLUGIN_MAGIC,
3347 GAIM_MAJOR_VERSION,
3348 GAIM_MINOR_VERSION,
3347 GAIM_PLUGIN_PROTOCOL, /**< type */ 3349 GAIM_PLUGIN_PROTOCOL, /**< type */
3348 NULL, /**< ui_requirement */ 3350 NULL, /**< ui_requirement */
3349 0, /**< flags */ 3351 0, /**< flags */
3350 NULL, /**< dependencies */ 3352 NULL, /**< dependencies */
3351 GAIM_PRIORITY_DEFAULT, /**< priority */ 3353 GAIM_PRIORITY_DEFAULT, /**< priority */