comparison src/protocols/zephyr/ZSubs.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 ec20536eaeb0
children 64895571248f
comparison
equal deleted inserted replaced
8791:407355e05a0a 8792:43d6c08d7e96
3 * ZCancelSubscriptions functions. 3 * ZCancelSubscriptions functions.
4 * 4 *
5 * Created by: Robert French 5 * Created by: Robert French
6 * 6 *
7 * $Source$ 7 * $Source$
8 * $Author: seanegan $ 8 * $Author: chipx86 $
9 * 9 *
10 * Copyright (c) 1987,1988 by the Massachusetts Institute of Technology. 10 * Copyright (c) 1987,1988 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_ZSubscriptions_c[] = "$Id: ZSubs.c 3295 2002-05-28 08:40:48Z seanegan $"; 19 static const char rcsid_ZSubscriptions_c[] = "$Id: ZSubs.c 9554 2004-04-24 09:02:28Z chipx86 $";
20 #endif 20 #endif
21 21
22 static Code_t Z_Subscriptions __P((register ZSubscription_t *sublist, 22 static Code_t Z_Subscriptions __P((register ZSubscription_t *sublist,
23 int nitems, unsigned int port, 23 int nitems, unsigned int port,
24 char *opcode, int authit)); 24 char *opcode, int authit));