sfsasl.h revision 90792
164562Sgshapiro/*
264562Sgshapiro * Copyright (c) 1999, 2000 Sendmail, Inc. and its suppliers.
364562Sgshapiro *	All rights reserved.
464562Sgshapiro *
564562Sgshapiro * By using this file, you agree to the terms and conditions set
664562Sgshapiro * forth in the LICENSE file which can be found at the top level of
764562Sgshapiro * the sendmail distribution.
864562Sgshapiro *
990792Sgshapiro *	$Id: sfsasl.h,v 8.17 2000/09/19 21:30:49 ca Exp $"
1064562Sgshapiro */
1164562Sgshapiro
1264562Sgshapiro#ifndef SFSASL_H
1364562Sgshapiro# define SFSASL_H
1464562Sgshapiro
1590792Sgshapiro#if SASL
1690792Sgshapiroextern int	sfdcsasl __P((SM_FILE_T **, SM_FILE_T **, sasl_conn_t *));
1790792Sgshapiro#endif /* SASL */
1864562Sgshapiro
1964562Sgshapiro# if STARTTLS
2090792Sgshapiroextern int	sfdctls __P((SM_FILE_T **, SM_FILE_T **, SSL *));
2190792Sgshapiro# endif /* STARTTLS */
2264562Sgshapiro
2364562Sgshapiro#endif /* ! SFSASL_H */
24