1 #ifndef __DROP_PRIV_H 2 #define __DROP_PRIV_H 3 4 void drop_priv(void); 5 6 #endif /* __DROP_PRIV_H */ 7