1N/A/*
1N/A * Copyright (c) 2006 Sendmail, Inc. and its suppliers.
1N/A * All rights reserved.
1N/A *
1N/A * By using this file, you agree to the terms and conditions set
1N/A * forth in the LICENSE file which can be found at the top level of
1N/A * the sendmail distribution.
1N/A */
1N/A
1N/A#pragma ident "%Z%%M% %I% %E% SMI"
1N/A
1N/A/*
1N/A** SENDMAIL.H -- MTA-specific definitions for sendmail.
1N/A*/
1N/A
1N/A#ifndef _SM_SENDMAIL_H
1N/A# define _SM_SENDMAIL_H 1
1N/A
1N/A/* "out of band" indicator */
1N/A#define METAQUOTE ((unsigned char)0377) /* quotes the next octet */
1N/A
1N/Aextern int dequote_internal_chars __P((char *, char *, int));
1N/Aextern char *quote_internal_chars __P((char *, char *, int *));
1N/Aextern char *str2prt __P((char *));
1N/A
1N/A#endif /* ! _SM_SENDMAIL_H */