bg.h 178 B

123456789101112
  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. void writepid(const char *, pid_t);
  8. #endif /* !_BG_H */