src/protocols/zephyr/ZFmtRawLst.c

changeset 8792
b0645c9dc276
parent 2086
007508451e2c
child 11105
842fa517e08c
equal deleted inserted replaced
8791:655f64e6d1e2 8792:b0645c9dc276
2 * It contains source for the ZFormatRawNoticeList function. 2 * It contains source for the ZFormatRawNoticeList 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_ZFormatRawNoticeList_c[] = "$Header$"; 16 static char rcsid_ZFormatRawNoticeList_c[] = "$Header$";
17 #endif 17 #endif
18 18
19 #include <internal.h> 19 #include "internal.h"
20 20
21 Code_t ZFormatRawNoticeList(notice, list, nitems, buffer, ret_len) 21 Code_t ZFormatRawNoticeList(notice, list, nitems, buffer, ret_len)
22 ZNotice_t *notice; 22 ZNotice_t *notice;
23 char *list[]; 23 char *list[];
24 int nitems; 24 int nitems;

mercurial