xref: /illumos-gate/usr/src/cmd/sendmail/src/sfsasl.h (revision defc4c8acfa01dba1ef3c13ca0cafccfcede51c0)
1 /*
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  *
9  *	$Id: sfsasl.h,v 8.20 2006/03/27 21:31:00 ca Exp $"
10  */
11 
12 #pragma ident	"%Z%%M%	%I%	%E% SMI"
13 
14 #ifndef SFSASL_H
15 # define SFSASL_H
16 
17 # if SASL
18 extern int	sfdcsasl __P((SM_FILE_T **, SM_FILE_T **, sasl_conn_t *, int));
19 # endif /* SASL */
20 
21 # if STARTTLS
22 extern int	tls_retry __P((SSL *, int, int, time_t, int, int,
23 				const char *));
24 extern int	sfdctls __P((SM_FILE_T **, SM_FILE_T **, SSL *));
25 # endif /* STARTTLS */
26 
27 #endif /* ! SFSASL_H */
28