Fix Boot Setup example:
[dragonfly/netmp.git] / contrib / sendmail-8.14 / sendmail / sfsasl.h
bloba92f772af2187a9f16fb0d44dadedd69fb0c3a5c
1 /*
2 * Copyright (c) 1999, 2000, 2006 Sendmail, Inc. and its suppliers.
3 * All rights reserved.
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.
9 * $Id: sfsasl.h,v 8.20 2006/03/27 21:31:00 ca Exp $"
12 #ifndef SFSASL_H
13 # define SFSASL_H
15 # if SASL
16 extern int sfdcsasl __P((SM_FILE_T **, SM_FILE_T **, sasl_conn_t *, int));
17 # endif /* SASL */
19 # if STARTTLS
20 extern int tls_retry __P((SSL *, int, int, time_t, int, int,
21 const char *));
22 extern int sfdctls __P((SM_FILE_T **, SM_FILE_T **, SSL *));
23 # endif /* STARTTLS */
25 #endif /* ! SFSASL_H */