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