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