comparison src/multi.h @ 1468:9db35684c68c

[gaim-migrate @ 1478] bah. away acts funny enough as it is without auto-away fucking it up. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Sun, 04 Feb 2001 10:11:50 +0000
parents f16e17d42b43
children 213607e89598
comparison
equal deleted inserted replaced
1467:7f7857c5036e 1468:9db35684c68c
68 GtkWidget *meter; 68 GtkWidget *meter;
69 GtkWidget *progress; 69 GtkWidget *progress;
70 GtkWidget *status; 70 GtkWidget *status;
71 71
72 char *away; 72 char *away;
73 gboolean is_auto_away; 73 int is_auto_away;
74 }; 74 };
75 75
76 /* now that we have our struct, we're going to need lots of them. Maybe even a list of them. */ 76 /* now that we have our struct, we're going to need lots of them. Maybe even a list of them. */
77 extern GSList *connections; 77 extern GSList *connections;
78 78