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