164562Sgshapiro/*
2261370Sgshapiro * Copyright (c) 1999, 2000, 2006 Proofpoint, Inc. and its suppliers.
364562Sgshapiro *	All rights reserved.
464562Sgshapiro *
564562Sgshapiro * By using this file, you agree to the terms and conditions set
664562Sgshapiro * forth in the LICENSE file which can be found at the top level of
764562Sgshapiro * the sendmail distribution.
864562Sgshapiro *
9266711Sgshapiro *	$Id: sfsasl.h,v 8.21 2013-11-22 20:51:56 ca Exp $"
1064562Sgshapiro */
1164562Sgshapiro
1264562Sgshapiro#ifndef SFSASL_H
1364562Sgshapiro# define SFSASL_H
1464562Sgshapiro
15159609Sgshapiro# if SASL
16159609Sgshapiroextern int	sfdcsasl __P((SM_FILE_T **, SM_FILE_T **, sasl_conn_t *, int));
17159609Sgshapiro# endif /* SASL */
1864562Sgshapiro
1964562Sgshapiro# if STARTTLS
20157001Sgshapiroextern int	tls_retry __P((SSL *, int, int, time_t, int, int,
21157001Sgshapiro				const char *));
2290792Sgshapiroextern int	sfdctls __P((SM_FILE_T **, SM_FILE_T **, SSL *));
2390792Sgshapiro# endif /* STARTTLS */
2464562Sgshapiro
2564562Sgshapiro#endif /* ! SFSASL_H */
26