8322 nl: misleading-indentation
[unleashed/tickless.git] / usr / src / cmd / sendmail / include / sm / sendmail.h
blob206fc7a748fbaae707dd6f3f96248d0abf20217d
1 /*
2 * Copyright (c) 2006 Sendmail, Inc. and its suppliers.
3 * All rights reserved.
5 * By using this file, you agree to the terms and conditions set
6 * forth in the LICENSE file which can be found at the top level of
7 * the sendmail distribution.
8 */
10 #pragma ident "%Z%%M% %I% %E% SMI"
13 ** SENDMAIL.H -- MTA-specific definitions for sendmail.
16 #ifndef _SM_SENDMAIL_H
17 # define _SM_SENDMAIL_H 1
19 /* "out of band" indicator */
20 #define METAQUOTE ((unsigned char)0377) /* quotes the next octet */
22 extern int dequote_internal_chars __P((char *, char *, int));
23 extern char *quote_internal_chars __P((char *, char *, int *));
24 extern char *str2prt __P((char *));
26 #endif /* ! _SM_SENDMAIL_H */