sfsasl.h revision 267654
113901Salanb/*
213901Salanb * Copyright (c) 1999, 2000, 2006 Proofpoint, Inc. and its suppliers.
313901Salanb *	All rights reserved.
413901Salanb *
513901Salanb * By using this file, you agree to the terms and conditions set
613901Salanb * forth in the LICENSE file which can be found at the top level of
713901Salanb * the sendmail distribution.
813901Salanb *
913901Salanb *	$Id: sfsasl.h,v 8.21 2013-11-22 20:51:56 ca Exp $"
1013901Salanb */
1113901Salanb
1213901Salanb#ifndef SFSASL_H
1313901Salanb# define SFSASL_H
1413901Salanb
1513901Salanb# if SASL
1613901Salanbextern int	sfdcsasl __P((SM_FILE_T **, SM_FILE_T **, sasl_conn_t *, int));
1713901Salanb# endif /* SASL */
1813901Salanb
1913901Salanb# if STARTTLS
2013901Salanbextern int	tls_retry __P((SSL *, int, int, time_t, int, int,
2113901Salanb				const char *));
2213901Salanbextern int	sfdctls __P((SM_FILE_T **, SM_FILE_T **, SSL *));
2313901Salanb# endif /* STARTTLS */
2413901Salanb
2513901Salanb#endif /* ! SFSASL_H */
2613901Salanb