| 2 * It contains source for the ZGetSubscriptions function. |
2 * It contains source for the ZGetSubscriptions function. |
| 3 * |
3 * |
| 4 * Created by: Robert French |
4 * Created by: Robert French |
| 5 * |
5 * |
| 6 * $Source$ |
6 * $Source$ |
| 7 * $Author: warmenhoven $ |
7 * $Author: chipx86 $ |
| 8 * |
8 * |
| 9 * Copyright (c) 1987 by the Massachusetts Institute of Technology. |
9 * Copyright (c) 1987 by the Massachusetts Institute of Technology. |
| 10 * For copying and distribution information, see the file |
10 * For copying and distribution information, see the file |
| 11 * "mit-copyright.h". |
11 * "mit-copyright.h". |
| 12 */ |
12 */ |
| 14 |
14 |
| 15 #ifndef lint |
15 #ifndef lint |
| 16 static char rcsid_ZGetSubscriptions_c[] = "$Header$"; |
16 static char rcsid_ZGetSubscriptions_c[] = "$Header$"; |
| 17 #endif |
17 #endif |
| 18 |
18 |
| 19 #include <internal.h> |
19 #include "internal.h" |
| 20 |
20 |
| 21 #define min(a,b) ((a)<(b)?(a):(b)) |
21 #define min(a,b) ((a)<(b)?(a):(b)) |
| 22 |
22 |
| 23 Code_t ZGetSubscriptions(subscription, numsubs) |
23 Code_t ZGetSubscriptions(subscription, numsubs) |
| 24 ZSubscription_t *subscription; |
24 ZSubscription_t *subscription; |