| 80 |
79 |
| 81 int opt_away = 0; |
80 int opt_away = 0; |
| 82 char *opt_away_arg = NULL; |
81 char *opt_away_arg = NULL; |
| 83 char *opt_rcfile_arg = NULL; |
82 char *opt_rcfile_arg = NULL; |
| 84 int opt_debug = 0; |
83 int opt_debug = 0; |
| 85 |
|
| 86 void BuddyTickerCreateWindow(void); |
|
| 87 |
84 |
| 88 #if HAVE_SIGNAL_H |
85 #if HAVE_SIGNAL_H |
| 89 /* |
86 /* |
| 90 * Lists of signals we wish to catch and those we wish to ignore. |
87 * Lists of signals we wish to catch and those we wish to ignore. |
| 91 * Each list terminated with -1 |
88 * Each list terminated with -1 |