main.h 181 B

12345678910
  1. #ifndef _MAIN_H
  2. #define _MAIN_H
  3. #ifndef MAKING_MODS
  4. int crontab_exists();
  5. void crontab_create(int);
  6. void fatal(const char *, int);
  7. #endif /* !MAKING_MODS */
  8. #endif /* !_MAIN_H */