comparison src/multi.h @ 2154:cff133e0ec0c

[gaim-migrate @ 2164] part 2 of this. first was removing mail notifications; this is moving proto_opt stuff to multi.c and just having prpls say what they want. next it's on to the buddy right-click menu. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Wed, 22 Aug 2001 22:05:56 +0000
parents 0befa2d2e540
children c24595d3c364
comparison
equal deleted inserted replaced
2153:0befa2d2e540 2154:cff133e0ec0c
77 /* email notification (MSN and Yahoo) */ 77 /* email notification (MSN and Yahoo) */
78 GtkWidget *email_win; 78 GtkWidget *email_win;
79 GtkWidget *email_label; 79 GtkWidget *email_label;
80 }; 80 };
81 81
82 struct proto_user_opt {
83 char *label;
84 char *def;
85 int pos;
86 };
87
82 /* now that we have our struct, we're going to need lots of them. Maybe even a list of them. */ 88 /* now that we have our struct, we're going to need lots of them. Maybe even a list of them. */
83 extern GSList *connections; 89 extern GSList *connections;
84 90
85 struct aim_user *new_user(const char *, int, int); 91 struct aim_user *new_user(const char *, int, int);
86 struct gaim_connection *new_gaim_conn(struct aim_user *); 92 struct gaim_connection *new_gaim_conn(struct aim_user *);