src/protocols/zephyr/ZGetSubs.c

changeset 8792
b0645c9dc276
parent 2086
007508451e2c
child 11105
842fa517e08c
equal deleted inserted replaced
8791:655f64e6d1e2 8792:b0645c9dc276
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;

mercurial