bg.h 113 B

123456789
  1. #ifndef _BG_H
  2. #define _BG_H
  3. extern time_t lastfork;
  4. void do_fork();
  5. void bg_do_split();
  6. #endif /* !_BG_H */