comparison src/protocols/yahoo/yay.c @ 2234:2abf9cc183a0

[gaim-migrate @ 2244] don't need these anymore committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Fri, 07 Sep 2001 09:02:57 +0000
parents 8c4ff1a368bd
children f5bf315e6104
comparison
equal deleted inserted replaced
2233:9e9e96aee9ba 2234:2abf9cc183a0
66 66
67 struct yahoo_data { 67 struct yahoo_data {
68 struct yahoo_session *sess; 68 struct yahoo_session *sess;
69 int current_status; 69 int current_status;
70 GHashTable *hash; 70 GHashTable *hash;
71 GtkWidget *email_win;
72 GtkWidget *email_label;
73 char *active_id; 71 char *active_id;
74 GList *conns; 72 GList *conns;
75 gboolean logged_in; 73 gboolean logged_in;
76 }; 74 };
77 75