diff src/gaim.h @ 1254:9da444224f0e

[gaim-migrate @ 1264] bmiller's away-on-signon patch. does --away=mesg use "mesg" or the away message titled "mesg"? i didn't look hehe. but if it uses "mesg" instead of the away message titled "mesg" then i'm not sure it works.... i figured someone would report a bug if it didn't work committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Thu, 14 Dec 2000 00:11:59 +0000
parents 46c09828e929
children 07f0bb41bbe1
line wrap: on
line diff
--- a/src/gaim.h	Wed Dec 13 23:59:46 2000 +0000
+++ b/src/gaim.h	Thu Dec 14 00:11:59 2000 +0000
@@ -409,10 +409,13 @@
 extern GList *conversations;
 extern GList *chat_rooms;
 extern GtkWidget *mainwindow;
+int opt_away;
+char *opt_away_arg;
+
 
 /* Globals in away.c */
 extern struct away_message *awaymessage;
-extern int default_away;
+extern struct away_message *default_away;
 extern int auto_away;
 extern GtkWidget *awaymenu;
 
@@ -563,6 +566,7 @@
 extern int file_is_dir (char *, GtkWidget *);
 extern char *gaim_user_dir();
 extern void strncpy_withhtml(gchar *, const gchar *, size_t);
+extern void away_on_login(char *);
 
 /* Functions in server.c */
 /* input to serv */