acl/lib_acl/include/stdlib/unix/acl_chroot_uid.h
zsxxsz cc05b877a2 first commit acl to github
first commit acl to github
2013-08-18 17:42:25 +08:00

23 lines
308 B
C

#ifndef __ACL_CHROOT_UID_H_INCLUDED__
#define __ACL_CHROOT_UID_H_INCLUDED__
#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