xref: /xnu-8020.121.3/tests/drop_priv.h (revision fdd8201d7b966f0c3ea610489d29bd841d358941)
1*fdd8201dSApple OSS Distributions #ifndef __DROP_PRIV_H
2*fdd8201dSApple OSS Distributions #define __DROP_PRIV_H
3*fdd8201dSApple OSS Distributions 
4*fdd8201dSApple OSS Distributions bool running_as_root(void);
5*fdd8201dSApple OSS Distributions void drop_priv(void);
6*fdd8201dSApple OSS Distributions 
7*fdd8201dSApple OSS Distributions #endif /* __DROP_PRIV_H */
8