| 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 { |