Expand PMF_FN_* macros.
[netbsd-mini2440.git] / external / ibm-public / postfix / dist / src / global / mail_open_ok.h
blob2232a86555bd25ecf6e67848f185f4ef14d06f5d
1 /* $NetBSD$ */
3 #ifndef _MAIL_OPEN_OK_H_INCLUDED_
4 #define _MAIL_OPEN_OK_H_INCLUDED_
6 /*++
7 /* NAME
8 /* mail_open_ok 3h
9 /* SUMMARY
10 /* scrutinize mail queue file
11 /* SYNOPSIS
12 /* #include <mail_open_ok.h>
13 /* DESCRIPTION
14 /* .nf
16 /* External interface. */
18 extern int mail_open_ok(const char *, const char *, struct stat *,
19 const char **);
21 #define MAIL_OPEN_YES 1
22 #define MAIL_OPEN_NO 2
24 /* LICENSE
25 /* .ad
26 /* .fi
27 /* The Secure Mailer license must be distributed with this software.
28 /* AUTHOR(S)
29 /* Wietse Venema
30 /* IBM T.J. Watson Research
31 /* P.O. Box 704
32 /* Yorktown Heights, NY 10598, USA
33 /*--*/
35 #endif