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