1/*	$NetBSD$	*/
2
3#ifndef _MAIL_OPEN_OK_H_INCLUDED_
4#define _MAIL_OPEN_OK_H_INCLUDED_
5
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
15
16 /* External interface. */
17
18extern int mail_open_ok(const char *, const char *, struct stat *,
19			        const char **);
20
21#define MAIL_OPEN_YES	1
22#define MAIL_OPEN_NO	2
23
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/*--*/
34
35#endif
36