xref: /illumos-gate/usr/src/cmd/sendmail/src/sfsasl.h (revision 2a8bcb4e)
17c478bd9Sstevel@tonic-gate /*
2445f2479Sjbeck  * Copyright (c) 1999, 2000, 2006 Sendmail, Inc. and its suppliers.
37c478bd9Sstevel@tonic-gate  *	All rights reserved.
47c478bd9Sstevel@tonic-gate  *
57c478bd9Sstevel@tonic-gate  * By using this file, you agree to the terms and conditions set
67c478bd9Sstevel@tonic-gate  * forth in the LICENSE file which can be found at the top level of
77c478bd9Sstevel@tonic-gate  * the sendmail distribution.
87c478bd9Sstevel@tonic-gate  *
9*3ee0e492Sjbeck  *	$Id: sfsasl.h,v 8.20 2006/03/27 21:31:00 ca Exp $"
107c478bd9Sstevel@tonic-gate  */
117c478bd9Sstevel@tonic-gate 
127c478bd9Sstevel@tonic-gate #ifndef SFSASL_H
137c478bd9Sstevel@tonic-gate # define SFSASL_H
147c478bd9Sstevel@tonic-gate 
15*3ee0e492Sjbeck # if SASL
16*3ee0e492Sjbeck extern int	sfdcsasl __P((SM_FILE_T **, SM_FILE_T **, sasl_conn_t *, int));
17*3ee0e492Sjbeck # endif /* SASL */
187c478bd9Sstevel@tonic-gate 
197c478bd9Sstevel@tonic-gate # if STARTTLS
20445f2479Sjbeck extern int	tls_retry __P((SSL *, int, int, time_t, int, int,
21445f2479Sjbeck 				const char *));
227c478bd9Sstevel@tonic-gate extern int	sfdctls __P((SM_FILE_T **, SM_FILE_T **, SSL *));
237c478bd9Sstevel@tonic-gate # endif /* STARTTLS */
247c478bd9Sstevel@tonic-gate 
257c478bd9Sstevel@tonic-gate #endif /* ! SFSASL_H */
26