acl/lib_acl/include/stdlib/unix/acl_chroot_uid.h
2014-11-19 00:25:21 +08:00

23 lines
320 B
C

#ifndef ACL_CHROOT_UID_INCLUDE_H
#define ACL_CHROOT_UID_INCLUDE_H
#ifdef __cplusplus
extern "C" {
#endif
#include "../acl_define.h"
#ifdef ACL_UNIX
/* External interface. */
extern void acl_chroot_uid(const char *, const char *);
#endif /* ACL_UNIX */
#ifdef __cplusplus
}
#endif
#endif