comparison src/protocols/zephyr/zephyr.h @ 7475:08ce2a94d9c7

[gaim-migrate @ 8088] I made Gaim compile with -ansi in my CFLAGS... I don't really know why. I had to set HAVE_GETADDRINFO and HAVE_SIGNAL_H to 0 committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Tue, 11 Nov 2003 07:08:13 +0000
parents 1930e3d00ecd
children 5727afad0fb8
comparison
equal deleted inserted replaced
7474:2bdacd38528c 7475:08ce2a94d9c7
2 * It contains global definitions 2 * It contains global definitions
3 * 3 *
4 * Created by: Robert French 4 * Created by: Robert French
5 * 5 *
6 * $Source$ 6 * $Source$
7 * $Author: faceprint $ 7 * $Author: thekingant $
8 * $Id: zephyr.h 7838 2003-10-14 05:07:39Z faceprint $ 8 * $Id: zephyr.h 8088 2003-11-11 07:08:13Z thekingant $
9 * 9 *
10 * Copyright (c) 1987,1988,1991 by the Massachusetts Institute of 10 * Copyright (c) 1987,1988,1991 by the Massachusetts Institute of
11 * Technology. For copying and distribution information, see the 11 * Technology. For copying and distribution information, see the
12 * file "mit-copyright.h". 12 * file "mit-copyright.h".
13 */ 13 */
97 char *z_multinotice; 97 char *z_multinotice;
98 ZUnique_Id_t z_multiuid; 98 ZUnique_Id_t z_multiuid;
99 ZChecksum_t z_checksum; 99 ZChecksum_t z_checksum;
100 int z_num_other_fields; 100 int z_num_other_fields;
101 char *z_other_fields[Z_MAXOTHERFIELDS]; 101 char *z_other_fields[Z_MAXOTHERFIELDS];
102 caddr_t z_message; 102 void *z_message;
103 int z_message_len; 103 int z_message_len;
104 } ZNotice_t; 104 } ZNotice_t;
105 105
106 /* Subscription structure */ 106 /* Subscription structure */
107 typedef struct _ZSubscriptions_t { 107 typedef struct _ZSubscriptions_t {