comparison src/multi.h @ 2706:e841b14b5b89

[gaim-migrate @ 2719] oh committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Sat, 10 Nov 2001 08:02:40 +0000
parents 5cbe86a444d9
children 4254491c722b
comparison
equal deleted inserted replaced
2705:5f431eefb0f2 2706:e841b14b5b89
30 30
31 /* we need to do either oscar or TOC */ 31 /* we need to do either oscar or TOC */
32 /* we make this as an int in case if we want to add more protocols later */ 32 /* we make this as an int in case if we want to add more protocols later */
33 int protocol; 33 int protocol;
34 struct prpl *prpl; 34 struct prpl *prpl;
35 guint32 flags;
36
37 /* erg. */
38 char *checkbox;
35 39
36 /* all connections need an input watcher */ 40 /* all connections need an input watcher */
37 int inpa; 41 int inpa;
38 42
39 /* buddy list stuff. there is still a global groups for the buddy list, but 43 /* buddy list stuff. there is still a global groups for the buddy list, but
66 int is_auto_away; 70 int is_auto_away;
67 71
68 int evil; 72 int evil;
69 gboolean wants_to_die; /* defaults to FALSE */ 73 gboolean wants_to_die; /* defaults to FALSE */
70 }; 74 };
75
76 #define OPT_CONN_HTML 0x00000001
71 77
72 struct proto_user_opt { 78 struct proto_user_opt {
73 char *label; 79 char *label;
74 char *def; 80 char *def;
75 int pos; 81 int pos;