#ifdef DECL_SETPGRP #if SETPGRP_VOID extern pid_t setpgrp (void); #else extern int setpgrp (int, int); #endif /* SETPGRP_VOID */ #endif /* DECL_SETPGRP */