~ubuntu-branches/ubuntu/trusty/postfix/trusty-updates

« back to all changes in this revision

Viewing changes to src/global/is_header.h

Tags: upstream-2.3.1
ImportĀ upstreamĀ versionĀ 2.3.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
 
14
14
 /* External interface. */
15
15
 
16
 
extern int is_header(const char *);
 
16
#define IS_HEADER_NULL_TERMINATED       (-1)
 
17
#define is_header(str)  is_header_buf(str, IS_HEADER_NULL_TERMINATED)
 
18
 
 
19
extern ssize_t is_header_buf(const char *, ssize_t);
17
20
 
18
21
/* LICENSE
19
22
/* .ad