bg.h 195 B

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