src/aim.c

changeset 3391
80a19cca79da
parent 3360
44ae82a0d938
child 3427
75387df65a9b
equal deleted inserted replaced
3390:094dc74ff073 3391:80a19cca79da
55 #include "pixmaps/logo.xpm" 55 #include "pixmaps/logo.xpm"
56 #if HAVE_SIGNAL_H 56 #if HAVE_SIGNAL_H
57 #include <signal.h> 57 #include <signal.h>
58 #endif 58 #endif
59 #include "locale.h" 59 #include "locale.h"
60 #include "gtkticker.h"
61 #include "gtkspell.h" 60 #include "gtkspell.h"
62 #ifndef USE_APPLET 61 #ifndef USE_APPLET
63 #include <getopt.h> 62 #include <getopt.h>
64 #endif 63 #endif
65 64
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

mercurial