comparison src/protocols/oscar/oscar.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 3941c39ccff5
children e4a27c9aec4c
comparison
equal deleted inserted replaced
9942:3941c39ccff5 9943:f8e395a054e2
39 #include "privacy.h" 39 #include "privacy.h"
40 #include "prpl.h" 40 #include "prpl.h"
41 #include "proxy.h" 41 #include "proxy.h"
42 #include "request.h" 42 #include "request.h"
43 #include "util.h" 43 #include "util.h"
44 #include "version.h"
44 45
45 #include "aim.h" 46 #include "aim.h"
46 #include "md5.h" 47 #include "md5.h"
47 48
48 #define UC_AOL 0x02 49 #define UC_AOL 0x02
7324 return frame; 7325 return frame;
7325 } 7326 }
7326 7327
7327 static GaimPluginProtocolInfo prpl_info = 7328 static GaimPluginProtocolInfo prpl_info =
7328 { 7329 {
7329 GAIM_PRPL_API_VERSION,
7330 OPT_PROTO_MAIL_CHECK | OPT_PROTO_IM_IMAGE, 7330 OPT_PROTO_MAIL_CHECK | OPT_PROTO_IM_IMAGE,
7331 NULL, /* user_splits */ 7331 NULL, /* user_splits */
7332 NULL, /* protocol_options */ 7332 NULL, /* protocol_options */
7333 {"jpeg,gif,bmp,ico", 48, 48, 50, 50, GAIM_ICON_SCALE_DISPLAY}, /* icon_spec */ 7333 {"jpeg,gif,bmp,ico", 48, 48, 50, 50, GAIM_ICON_SCALE_DISPLAY}, /* icon_spec */
7334 oscar_list_icon, /* list_icon */ 7334 oscar_list_icon, /* list_icon */
7397 get_plugin_pref_frame 7397 get_plugin_pref_frame
7398 }; 7398 };
7399 7399
7400 static GaimPluginInfo info = 7400 static GaimPluginInfo info =
7401 { 7401 {
7402 GAIM_PLUGIN_API_VERSION, /**< api_version */ 7402 GAIM_PLUGIN_MAGIC,
7403 GAIM_MAJOR_VERSION,
7404 GAIM_MINOR_VERSION,
7403 GAIM_PLUGIN_PROTOCOL, /**< type */ 7405 GAIM_PLUGIN_PROTOCOL, /**< type */
7404 NULL, /**< ui_requirement */ 7406 NULL, /**< ui_requirement */
7405 0, /**< flags */ 7407 0, /**< flags */
7406 NULL, /**< dependencies */ 7408 NULL, /**< dependencies */
7407 GAIM_PRIORITY_DEFAULT, /**< priority */ 7409 GAIM_PRIORITY_DEFAULT, /**< priority */