console.h 248 B

123456789101112
  1. /*
  2. * console.h -- part of console.mod
  3. *
  4. */
  5. #ifndef _EGG_MOD_CONSOLE_CONSOLE_H
  6. #define _EGG_MOD_CONSOLE_CONSOLE_H
  7. void console_dostore(int, bool = 1);
  8. extern struct user_entry_type USERENTRY_CONSOLE;
  9. #endif /* _EGG_MOD_CONSOLE_CONSOLE_H */