acl  3.5.3.0
acl_chroot_uid.h
浏览该文件的文档.
1 #ifndef ACL_CHROOT_UID_INCLUDE_H
2 #define ACL_CHROOT_UID_INCLUDE_H
3 
4 #ifdef __cplusplus
5 extern "C" {
6 #endif
7 
8 #include "../acl_define.h"
9 #ifdef ACL_UNIX
10 
11  /* External interface. */
12 
13 extern int acl_chroot_uid(const char *, const char *);
14 
15 #endif /* ACL_UNIX */
16 
17 #ifdef __cplusplus
18 }
19 #endif
20 
21 #endif
22