Patrick Welche <prlw1@cam.ac.uk>
[netbsd-mini2440.git] / external / ibm-public / postfix / dist / src / util / open_as.h
blob9781195d7fdbb3758e907ca4dcf5725a974b7789
1 /* $NetBSD$ */
3 #ifndef _OPEN_H_INCLUDED_
4 #define _OPEN_H_INCLUDED_
6 /*++
7 /* NAME
8 /* open_as 3h
9 /* SUMMARY
10 /* open file as user
11 /* SYNOPSIS
12 /* #include <fcntl.h>
13 /* #include <open_as.h>
14 /* DESCRIPTION
15 /* .nf
17 /* External interface. */
19 extern int open_as(const char *, int, int, uid_t, gid_t);
21 /* LICENSE
22 /* .ad
23 /* .fi
24 /* The Secure Mailer license must be distributed with this software.
25 /* AUTHOR(S)
26 /* Wietse Venema
27 /* IBM T.J. Watson Research
28 /* P.O. Box 704
29 /* Yorktown Heights, NY 10598, USA
30 /*--*/
32 #endif