comparison src/protocols/zephyr/ZVariables.c @ 5872:059d95c67cda

[gaim-migrate @ 6304] The legendary Header File Cleanup! Files now only include what they need. This should reduce the number of files that must recompile when a header file changes. It's a lot nicer. Trust me on it. I also added a couple new header files. I hope I didn't break TOO much! committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sat, 14 Jun 2003 23:21:02 +0000
parents 37fd8ad463ba
children 43d6c08d7e96
comparison
equal deleted inserted replaced
5871:508adf90fbb9 5872:059d95c67cda
3 * functions. 3 * functions.
4 * 4 *
5 * Created by: Robert French 5 * Created by: Robert French
6 * 6 *
7 * $Source$ 7 * $Source$
8 * $Author: lschiere $ 8 * $Author: chipx86 $
9 * 9 *
10 * Copyright (c) 1987 by the Massachusetts Institute of Technology. 10 * Copyright (c) 1987 by the Massachusetts Institute of Technology.
11 * For copying and distribution information, see the file 11 * For copying and distribution information, see the file
12 * "mit-copyright.h". 12 * "mit-copyright.h".
13 */ 13 */
16 #ifndef lint 16 #ifndef lint
17 static char rcsid_ZVariables_c[] = "$Header$"; 17 static char rcsid_ZVariables_c[] = "$Header$";
18 #endif 18 #endif
19 19
20 #include <internal.h> 20 #include <internal.h>
21 #include "gaim.h" 21 #include "util.h"
22 22
23 #include <ctype.h> 23 #include <ctype.h>
24 #include <pwd.h> 24 #include <pwd.h>
25 25
26 static int get_localvarfile __P((char *bfr)); 26 static int get_localvarfile __P((char *bfr));