No empty .Rs/.Re
[netbsd-mini2440.git] / external / ibm-public / postfix / dist / src / util / chroot_uid.h
blob7a7a95357484d17c86aece1d1b75767799a6d524
1 /* $NetBSD$ */
3 #ifndef _CHROOT_UID_H_INCLUDED_
4 #define _CHROOT_UID_H_INCLUDED_
6 /*++
7 /* NAME
8 /* chroot_uid 3h
9 /* SUMMARY
10 /* limit possible damage a process can do
11 /* SYNOPSIS
12 /* #include <chroot_uid.h>
13 /* DESCRIPTION
14 /* .nf
16 /* External interface. */
18 extern void chroot_uid(const char *, const char *);
20 /* LICENSE
21 /* .ad
22 /* .fi
23 /* The Secure Mailer license must be distributed with this software.
24 /* AUTHOR(S)
25 /* Wietse Venema
26 /* IBM T.J. Watson Research
27 /* P.O. Box 704
28 /* Yorktown Heights, NY 10598, USA
29 /*--*/
31 #endif