comparison src/gaim.h @ 8596:56360561af5e

[gaim-migrate @ 9347] " This patch creates a new command line argument ('-c' or '--config') that allows the location of tha gaim prefs files to be located somewhere other than in ~/.gaim The patch also removes the -f argument as it is no longer relevant since .gaimrc is all but gone. The one "weirdness" is that for the session managment support, the --config argument will allways appear to be specified and will contain either the custom value (if specified) or the canonical version of ~/.gaim (if no custom -c is specified). If this should be done differently, let me know." --Daniel Atallah committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Tue, 06 Apr 2004 14:29:51 +0000
parents fa6395637e2c
children 15d09e546cee
comparison
equal deleted inserted replaced
8595:1d5e31e518fc 8596:56360561af5e
29 #include "connection.h" 29 #include "connection.h"
30 30
31 /* Globals in main.c */ 31 /* Globals in main.c */
32 extern int opt_away; 32 extern int opt_away;
33 extern char *opt_away_arg; 33 extern char *opt_away_arg;
34 extern char *opt_rcfile_arg;
35 extern int opt_debug; 34 extern int opt_debug;
36 35
37 extern GSList *message_queue; 36 extern GSList *message_queue;
38 extern GSList *unread_message_queue; 37 extern GSList *unread_message_queue;
39 extern GSList *away_time_queue; 38 extern GSList *away_time_queue;