00001 #ifndef _SETUGID_H_ 00002 #define _SETUGID_H_ 00003 00004 extern void setugid(const char *uname, const char *gname); 00005 00006 #endif