Postfix3.3.1
mail_open_ok.h
[詳解]
1 #ifndef _MAIL_OPEN_OK_H_INCLUDED_
2 #define _MAIL_OPEN_OK_H_INCLUDED_
3 
4 /*++
5 /* NAME
6 /* mail_open_ok 3h
7 /* SUMMARY
8 /* scrutinize mail queue file
9 /* SYNOPSIS
10 /* #include <mail_open_ok.h>
11 /* DESCRIPTION
12 /* .nf
13 
14  /* External interface. */
15 
16 extern int mail_open_ok(const char *, const char *, struct stat *,
17  const char **);
18 
19 #define MAIL_OPEN_YES 1
20 #define MAIL_OPEN_NO 2
21 
22 /* LICENSE
23 /* .ad
24 /* .fi
25 /* The Secure Mailer license must be distributed with this software.
26 /* AUTHOR(S)
27 /* Wietse Venema
28 /* IBM T.J. Watson Research
29 /* P.O. Box 704
30 /* Yorktown Heights, NY 10598, USA
31 /*--*/
32 
33 #endif
int mail_open_ok(const char *, const char *, struct stat *, const char **)
Definition: mail_open_ok.c:77
#define stat(p, s)
Definition: warn_stat.h:18