main.h 176 B

1234567891011
  1. #ifndef _MAIN_H
  2. #define _MAIN_H
  3. #ifndef MAKING_MODS
  4. extern int use_stderr;
  5. extern time_t now;
  6. void fatal(const char *, int);
  7. #endif /* !MAKING_MODS */
  8. #endif /* !_MAIN_H */