Patrick Welche <prlw1@cam.ac.uk>
[netbsd-mini2440.git] / external / ibm-public / postfix / dist / src / global / is_header.h
blobd1cbb9d4972142c7e84c5f0cf0f67be203bd86cf
1 /* $NetBSD$ */
3 #ifndef _IS_HEADER_H_INCLUDED_
4 #define _IS_HEADER_H_INCLUDED_
6 /*++
7 /* NAME
8 /* is_header 3h
9 /* SUMMARY
10 /* message header classification
11 /* SYNOPSIS
12 /* #include <is_header.h>
13 /* DESCRIPTION
14 /* .nf
16 /* External interface. */
18 #define IS_HEADER_NULL_TERMINATED (-1)
19 #define is_header(str) is_header_buf(str, IS_HEADER_NULL_TERMINATED)
21 extern ssize_t is_header_buf(const char *, ssize_t);
23 /* LICENSE
24 /* .ad
25 /* .fi
26 /* The Secure Mailer license must be distributed with this software.
27 /* AUTHOR(S)
28 /* Wietse Venema
29 /* IBM T.J. Watson Research
30 /* P.O. Box 704
31 /* Yorktown Heights, NY 10598, USA
32 /*--*/
34 #endif