diff src/gaim.h @ 1774:9d0c91c705b7

[gaim-migrate @ 1784] Fixed a problem with away messages when you're queing received messages. committer: Tailor Script <tailor@pidgin.im>
author Rob Flynn <gaim@robflynn.com>
date Mon, 30 Apr 2001 07:00:15 +0000
parents 6d1d9e988fd4
children 9ca22174da76
line wrap: on
line diff
--- a/src/gaim.h	Mon Apr 30 06:02:06 2001 +0000
+++ b/src/gaim.h	Mon Apr 30 07:00:15 2001 +0000
@@ -273,6 +273,12 @@
 	char *message;
 	time_t tm;
 	struct gaim_connection *gc;
+	time_t sent_away;
+};
+
+struct queued_away_response {
+	char name[80];
+	time_t sent_away;
 };
 
 struct away_message {
@@ -543,6 +549,7 @@
 extern int web_browser;
 extern GList *aim_users;
 extern GSList *message_queue;
+extern GSList *away_time_queue;
 extern char sound_cmd[2048];
 extern char web_command[2048];
 extern struct save_pos blist_pos;