/* Header for module message_stuff, generated by p2c */ #ifndef MESSAGE_STUFF_H #define MESSAGE_STUFF_H #ifndef SYSGLOBALS_H #include #endif #ifndef SYSDEVS_H #include #endif #ifndef NEWKBD_H #include #endif #ifndef MISC_H #include #endif #ifndef IODECLARATIONS_H #include #endif #ifndef GENERAL_3_H #include #endif #ifndef MYLIB_H #include #endif #ifndef WOL_GRAPHICS_H #include "wol_graphics.h" #endif #ifdef MESSAGE_STUFF_G # define vextern #else # define vextern extern #endif extern void geterrmsg(Char *s); extern void show_message(Char *mess, boolean clearit); extern void show_error(Char *extra, boolean clearit); #undef vextern #endif /*MESSAGE_STUFF_H*/ /* End. */