xref: /xnu-8792.41.9/tests/drop_priv.h (revision 5c2921b07a2480ab43ec66f5b9e41cb872bc554f)
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