src/protocols/zephyr/ZFmtAuth.c

changeset 8792
b0645c9dc276
parent 8354
61ee455834c5
child 11105
842fa517e08c
equal deleted inserted replaced
8791:655f64e6d1e2 8792:b0645c9dc276
2 * It contains source for the ZFormatAuthenticNotice function. 2 * It contains source for the ZFormatAuthenticNotice function.
3 * 3 *
4 * Created by: Robert French 4 * Created by: Robert French
5 * 5 *
6 * $Source$ 6 * $Source$
7 * $Author: lschiere $ 7 * $Author: chipx86 $
8 * 8 *
9 * Copyright (c) 1987,1988 by the Massachusetts Institute of Technology. 9 * Copyright (c) 1987,1988 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_ZFormatAuthenticNotice_c[] = "$Header$"; 16 static char rcsid_ZFormatAuthenticNotice_c[] = "$Header$";
17 #endif 17 #endif
18 18
19 #include <internal.h> 19 #include "internal.h"
20 20
21 #ifdef ZEPHYR_USES_KERBEROS 21 #ifdef ZEPHYR_USES_KERBEROS
22 Code_t ZFormatAuthenticNotice(notice, buffer, buffer_len, len, session) 22 Code_t ZFormatAuthenticNotice(notice, buffer, buffer_len, len, session)
23 ZNotice_t *notice; 23 ZNotice_t *notice;
24 register char *buffer; 24 register char *buffer;

mercurial