sfsasl.h revision 95154
1214501Srpaulo/*
2214501Srpaulo * Copyright (c) 1999, 2000 Sendmail, Inc. and its suppliers.
3214501Srpaulo *	All rights reserved.
4214501Srpaulo *
5252726Srpaulo * By using this file, you agree to the terms and conditions set
6252726Srpaulo * forth in the LICENSE file which can be found at the top level of
7214501Srpaulo * the sendmail distribution.
8214501Srpaulo *
9214501Srpaulo *	$Id: sfsasl.h,v 1.1.1.2 2002/02/17 21:56:41 gshapiro Exp $"
10214501Srpaulo */
11214501Srpaulo
12214501Srpaulo#ifndef SFSASL_H
13214501Srpaulo# define SFSASL_H
14214501Srpaulo
15214501Srpaulo#if SASL
16214501Srpauloextern int	sfdcsasl __P((SM_FILE_T **, SM_FILE_T **, sasl_conn_t *));
17214501Srpaulo#endif /* SASL */
18214501Srpaulo
19214501Srpaulo# if STARTTLS
20214501Srpauloextern int	sfdctls __P((SM_FILE_T **, SM_FILE_T **, SSL *));
21214501Srpaulo# endif /* STARTTLS */
22214501Srpaulo
23214501Srpaulo#endif /* ! SFSASL_H */
24214501Srpaulo