update.h 269 B

123456789101112131415
  1. /*
  2. * update.h -- part of update.mod
  3. *
  4. */
  5. #ifndef _EGG_MOD_update_update_H
  6. #define _EGG_MOD_update_update_H
  7. extern int bupdating, updated;
  8. void finish_update(int);
  9. void update_report(int, int);
  10. void updatein(int, char *);
  11. #endif /* _EGG_MOD_update_update_H */