bg.h 220 B

12345678910111213141516
  1. #ifndef _BG_H
  2. #define _BG_H
  3. #ifdef HAVE_CONFIG_H
  4. #include "config.h"
  5. #endif
  6. #include <sys/types.h>
  7. extern time_t lastfork;
  8. pid_t do_fork();
  9. int close_tty();
  10. void writepid(const char *, pid_t);
  11. #endif /* !_BG_H */