renames vmcb->control.v_irq to virq_pending
[freebsd-src/fkvm-freebsd.git] / contrib / sendmail / include / sm / sendmail.h
blob3008934a94b66274ef5bb4c49cacc41cb30d82e4
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 */
11 ** SENDMAIL.H -- MTA-specific definitions for sendmail.
14 #ifndef _SM_SENDMAIL_H
15 # define _SM_SENDMAIL_H 1
17 /* "out of band" indicator */
18 #define METAQUOTE ((unsigned char)0377) /* quotes the next octet */
20 extern int dequote_internal_chars __P((char *, char *, int));
21 extern char *quote_internal_chars __P((char *, char *, int *));
22 extern char *str2prt __P((char *));
24 #endif /* ! _SM_SENDMAIL_H */