1N/A/*
1N/A * Copyright (c) 1999, 2000, 2006 Sendmail, Inc. and its suppliers.
1N/A * All rights reserved.
1N/A *
1N/A * By using this file, you agree to the terms and conditions set
1N/A * forth in the LICENSE file which can be found at the top level of
1N/A * the sendmail distribution.
1N/A *
1N/A * $Id: sfsasl.h,v 8.20 2006/03/27 21:31:00 ca Exp $"
1N/A */
1N/A
1N/A#pragma ident "%Z%%M% %I% %E% SMI"
1N/A
1N/A#ifndef SFSASL_H
1N/A# define SFSASL_H
1N/A
1N/A# if SASL
1N/Aextern int sfdcsasl __P((SM_FILE_T **, SM_FILE_T **, sasl_conn_t *, int));
1N/A# endif /* SASL */
1N/A
1N/A# if STARTTLS
1N/Aextern int tls_retry __P((SSL *, int, int, time_t, int, int,
1N/A const char *));
1N/Aextern int sfdctls __P((SM_FILE_T **, SM_FILE_T **, SSL *));
1N/A# endif /* STARTTLS */
1N/A
1N/A#endif /* ! SFSASL_H */