1*1b191cb5SApple OSS Distributions #ifndef __DROP_PRIV_H 2*1b191cb5SApple OSS Distributions #define __DROP_PRIV_H 3*1b191cb5SApple OSS Distributions 4*1b191cb5SApple OSS Distributions bool running_as_root(void); 5*1b191cb5SApple OSS Distributions void drop_priv(void); 6*1b191cb5SApple OSS Distributions 7*1b191cb5SApple OSS Distributions #endif /* __DROP_PRIV_H */ 8