src/protocols/zephyr/ZVariables.c

changeset 5872
754c63f29b77
parent 4272
fd89c8c4964d
child 8792
b0645c9dc276
equal deleted inserted replaced
5871:eb13ae8a3550 5872:754c63f29b77
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));

mercurial