No empty .Rs/.Re
[netbsd-mini2440.git] / external / ibm-public / postfix / dist / src / util / safe_open.h
blobdc1c43b690575428f4066e9aaa873bb8641ca60f
1 /* $NetBSD$ */
3 #ifndef _SAFE_OPEN_H_INCLUDED_
4 #define _SAFE_OPEN_H_INCLUDED_
6 /*++
7 /* NAME
8 /* safe_open 3h
9 /* SUMMARY
10 /* safely open or create regular file
11 /* SYNOPSIS
12 /* #include <safe_open.h>
13 /* DESCRIPTION
14 /* .nf
17 * System library.
19 #include <sys/stat.h>
20 #include <fcntl.h>
23 * Utility library.
25 #include <vstream.h>
26 #include <vstring.h>
29 * External interface.
31 extern VSTREAM *safe_open(const char *, int, mode_t, struct stat *, uid_t, gid_t, VSTRING *);
33 /* LICENSE
34 /* .ad
35 /* .fi
36 /* The Secure Mailer license must be distributed with this software.
37 /* AUTHOR(S)
38 /* Wietse Venema
39 /* IBM T.J. Watson Research
40 /* P.O. Box 704
41 /* Yorktown Heights, NY 10598, USA
42 /*--*/
44 #endif