Mercurial > pidgin
comparison src/protocols/zephyr/ZRetSubs.c @ 8792:43d6c08d7e96
[gaim-migrate @ 9554]
Wow, these files haven't been touched in ages. One person wasn't able to
compile these until he changed <internal.h> to "internal.h", so we're going
to make that change here and hopefully fix a few cases of this. It's more
correct anyway.
committer: Tailor Script <tailor@pidgin.im>
author | Christian Hammond <chipx86@chipx86.com> |
---|---|
date | Sat, 24 Apr 2004 09:02:28 +0000 |
parents | 08ce2a94d9c7 |
children | 64895571248f |
comparison
equal
deleted
inserted
replaced
8791:407355e05a0a | 8792:43d6c08d7e96 |
---|---|
3 * ZRetrieveDefaultSubscriptions functions. | 3 * ZRetrieveDefaultSubscriptions functions. |
4 * | 4 * |
5 * Created by: Robert French | 5 * Created by: Robert French |
6 * | 6 * |
7 * $Source$ | 7 * $Source$ |
8 * $Author: thekingant $ | 8 * $Author: chipx86 $ |
9 * | 9 * |
10 * Copyright (c) 1987,1988,1991 by the Massachusetts Institute of Technology. | 10 * Copyright (c) 1987,1988,1991 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 */ |
14 /* $Header$ */ | 14 /* $Header$ */ |
15 | 15 |
16 #include <internal.h> | 16 #include "internal.h" |
17 | 17 |
18 #ifndef lint | 18 #ifndef lint |
19 static const char rcsid_ZRetrieveSubscriptions_c[] = | 19 static const char rcsid_ZRetrieveSubscriptions_c[] = |
20 "$Id: ZRetSubs.c 8088 2003-11-11 07:08:13Z thekingant $"; | 20 "$Id: ZRetSubs.c 9554 2004-04-24 09:02:28Z chipx86 $"; |
21 #endif | 21 #endif |
22 | 22 |
23 static Code_t Z_RetSubs (); | 23 static Code_t Z_RetSubs (); |
24 | 24 |
25 /* Need STDC definition when possible for unsigned short argument. */ | 25 /* Need STDC definition when possible for unsigned short argument. */ |