/* Header for module wol_initialize, generated by p2c */ #ifndef WOL_INITIALIZE_H #define WOL_INITIALIZE_H #ifndef ASM_H #include #endif #ifndef SYSGLOBALS_H #include #endif /*file support*/ #ifndef FS_H #include #endif #ifndef MISC_H #include #endif #ifndef SYSDEVS_H #include #endif /* by Tim Mikkelsen date 07/17/81 update 03/09/83 purpose This module contains the LEVEL 2 HPIB GROUP procedures. */ #ifndef HPIB_2_H #include #endif #ifndef HPIB_1_H #include #endif #ifndef GENERAL_1_H #include #endif #ifndef GENERAL_2_H #include #endif #ifndef FILEPACK_H #include #endif #ifndef NEWKBD_H #include #endif #ifndef CITINFOMOD_H #include #endif #ifndef MYLIB_H #include #endif #ifndef NEWCI_H #include #endif #ifndef WOL_GRAPHICS_H #include "wol_graphics.h" #endif #ifndef WOL_ASM_H #include "wol_asm.h" #endif #ifndef HPGL_PLOTTER_H #include "hpgl_plotter.h" #endif #ifndef TIMING_H #include "timing.h" #endif /* General stuff for dealing with layers. This is placed in a module to put */ /* everything in one place. Some conventions for dealing with layers, etc.: */ /* Every routine is responsible for setting the current layer/color/... to*/ /* its desired value. This requires some slight caution when calling */ /* other routines, but means that box drawing routines do not need to */ /* save and restore the color each time for each call. */ #ifndef LAYER_STUFF_H #include "layer_stuff.h" #endif #ifndef TABLET_STUFF_H #include "tablet_stuff.h" #endif #ifndef MESSAGE_STUFF_H #include "message_stuff.h" #endif #ifndef CORE_H #include "core.h" #endif #ifndef CELL_STUFF_H #include "cell_stuff.h" #endif #ifndef NAME_STUFF_H #include "name_stuff.h" #endif #ifndef WOL_HEADER_H #include "wol_header.h" #endif #ifndef WOL_GRAPHICS_2_H #include "wol_graphics_2.h" #endif #ifdef WOL_INITIALIZE_G # define vextern #else # define vextern extern #endif extern long get_new_prefixid(Char *cell_name, Char *cell_type); extern void read_motd_file(Char *name); extern void read_tech_file(Char *origname); extern void init(void); extern void shut_down(void); extern void save_config(void); #undef vextern #endif /*WOL_INITIALIZE_H*/ /* End. */