comparison src/protocols/zephyr/ZVariables.c @ 11105:64895571248f

[gaim-migrate @ 13153] CVS keywords are making my life difficult right now. I know I could change the keyword expansion somehow, but I don't see the use for them here, so I'm taking the easy (and IMO, better long-term) approach of removing them. My apologies for the commit spam. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Thu, 14 Jul 2005 02:19:01 +0000
parents 5727afad0fb8
children
comparison
equal deleted inserted replaced
11104:26141c66a74b 11105:64895571248f
2 * It contains source for the ZGetVariable, ZSetVariable, and ZUnsetVariable 2 * It contains source for the ZGetVariable, ZSetVariable, and ZUnsetVariable
3 * functions. 3 * functions.
4 * 4 *
5 * Created by: Robert French 5 * Created by: Robert French
6 * 6 *
7 * $Source$
8 * $Author: thekingant $
9 *
10 * Copyright (c) 1987 by the Massachusetts Institute of Technology. 7 * Copyright (c) 1987 by the Massachusetts Institute of Technology.
11 * For copying and distribution information, see the file 8 * For copying and distribution information, see the file
12 * "mit-copyright.h". 9 * "mit-copyright.h".
13 */ 10 */
14 /* $Header$ */
15
16 #ifndef lint
17 static char rcsid_ZVariables_c[] = "$Header$";
18 #endif
19 11
20 #include "internal.h" 12 #include "internal.h"
21 #include "util.h" 13 #include "util.h"
22 14
23 #include <ctype.h> 15 #include <ctype.h>