comparison src/prpl.h @ 2411:123aaa84109a

[gaim-migrate @ 2424] Rob, you took too long to do it committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Tue, 02 Oct 2001 05:52:56 +0000
parents b53cd5b63a99
children 5473c8c5378d
comparison
equal deleted inserted replaced
2410:65928d810c22 2411:123aaa84109a
62 #define OPT_PROTO_CHAT_TOPIC 0x00000008 62 #define OPT_PROTO_CHAT_TOPIC 0x00000008
63 /* IRC and Zephyr don't require passwords, so there's no need for a password prompt */ 63 /* IRC and Zephyr don't require passwords, so there's no need for a password prompt */
64 #define OPT_PROTO_NO_PASSWORD 0x00000010 64 #define OPT_PROTO_NO_PASSWORD 0x00000010
65 /* MSN and Yahoo notify you when you have new mail */ 65 /* MSN and Yahoo notify you when you have new mail */
66 #define OPT_PROTO_MAIL_CHECK 0x00000020 66 #define OPT_PROTO_MAIL_CHECK 0x00000020
67 /* Oscar and Jabber have buddy icons */
68 #define OPT_PROTO_BUDDY_ICON 0x00000040
67 69
68 #define GAIM_AWAY_CUSTOM "Custom" 70 #define GAIM_AWAY_CUSTOM "Custom"
69 71
70 typedef void (*proto_init)(struct prpl *); 72 typedef void (*proto_init)(struct prpl *);
71 73