Mercurial > pidgin
diff src/gaim.h @ 1560:72235e3fcff6
[gaim-migrate @ 1570]
Jason Boerner's --file patch. Also added/removed files from POTFILES.in and added the MSN protocol spec.
committer: Tailor Script <tailor@pidgin.im>
| author | Eric Warmenhoven <eric@warmenhoven.org> |
|---|---|
| date | Sat, 10 Mar 2001 22:42:47 +0000 |
| parents | 1e2cc8c8bf3c |
| children | 3a8bd72f431f |
line wrap: on
line diff
--- a/src/gaim.h Sat Mar 10 21:39:31 2001 +0000 +++ b/src/gaim.h Sat Mar 10 22:42:47 2001 +0000 @@ -401,8 +401,9 @@ extern GList *conversations; extern GList *chat_rooms; extern GtkWidget *mainwindow; -int opt_away; -char *opt_away_arg; +extern int opt_away; +extern char *opt_away_arg; +extern char *opt_rcfile_arg; /* Globals in away.c */
