Deleted Added
full compact
sfsasl.h (98121) sfsasl.h (157001)
1/*
1/*
2 * Copyright (c) 1999, 2000 Sendmail, Inc. and its suppliers.
2 * Copyright (c) 1999, 2000, 2006 Sendmail, Inc. and its suppliers.
3 * All rights reserved.
4 *
5 * By using this file, you agree to the terms and conditions set
6 * forth in the LICENSE file which can be found at the top level of
7 * the sendmail distribution.
8 *
3 * All rights reserved.
4 *
5 * By using this file, you agree to the terms and conditions set
6 * forth in the LICENSE file which can be found at the top level of
7 * the sendmail distribution.
8 *
9 * $Id: sfsasl.h,v 8.17 2000/09/19 21:30:49 ca Exp $"
9 * $Id: sfsasl.h,v 8.19 2006/02/27 19:53:37 ca Exp $"
10 */
11
12#ifndef SFSASL_H
13# define SFSASL_H
14
15#if SASL
16extern int sfdcsasl __P((SM_FILE_T **, SM_FILE_T **, sasl_conn_t *));
17#endif /* SASL */
18
19# if STARTTLS
10 */
11
12#ifndef SFSASL_H
13# define SFSASL_H
14
15#if SASL
16extern int sfdcsasl __P((SM_FILE_T **, SM_FILE_T **, sasl_conn_t *));
17#endif /* SASL */
18
19# if STARTTLS
20extern int tls_retry __P((SSL *, int, int, time_t, int, int,
21 const char *));
20extern int sfdctls __P((SM_FILE_T **, SM_FILE_T **, SSL *));
21# endif /* STARTTLS */
22
23#endif /* ! SFSASL_H */
22extern int sfdctls __P((SM_FILE_T **, SM_FILE_T **, SSL *));
23# endif /* STARTTLS */
24
25#endif /* ! SFSASL_H */