diff options
Diffstat (limited to 'usr/src/cmd/sendmail/src/sfsasl.h')
-rw-r--r-- | usr/src/cmd/sendmail/src/sfsasl.h | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/usr/src/cmd/sendmail/src/sfsasl.h b/usr/src/cmd/sendmail/src/sfsasl.h new file mode 100644 index 0000000000..a2472dbc09 --- /dev/null +++ b/usr/src/cmd/sendmail/src/sfsasl.h @@ -0,0 +1,25 @@ +/* + * Copyright (c) 1999, 2000 Sendmail, Inc. and its suppliers. + * All rights reserved. + * + * By using this file, you agree to the terms and conditions set + * forth in the LICENSE file which can be found at the top level of + * the sendmail distribution. + * + * $Id: sfsasl.h,v 8.17 2000/09/19 21:30:49 ca Exp $" + */ + +#pragma ident "%Z%%M% %I% %E% SMI" + +#ifndef SFSASL_H +# define SFSASL_H + +#if SASL +extern int sfdcsasl __P((SM_FILE_T **, SM_FILE_T **, sasl_conn_t *)); +#endif /* SASL */ + +# if STARTTLS +extern int sfdctls __P((SM_FILE_T **, SM_FILE_T **, SSL *)); +# endif /* STARTTLS */ + +#endif /* ! SFSASL_H */ |