/* Header for module wol_drc, generated by p2c */ #ifndef WOL_DRC_H #define WOL_DRC_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 MYLIB_H #include #endif #ifndef NEWCI_H #include #endif #ifndef NEWASM_H #include #endif #ifndef CITINFOMOD_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 #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_DRC_G # define vextern #else # define vextern extern #endif extern void do_geom_drc(void); extern void show_comp_drc(void); extern void flash_comp_drc(void); extern void clean_comp_drc(void); extern void do_comp_drc_window(void); extern void do_comp_drc(void); extern void drc_init(void); extern void drc_cleanup(void); extern void drc_test(void); extern void drc_clean_cell(void); vextern boolean drc_initialized, drc_extensive; /* turn on the OVERLAP2 and SEPARATION2 checks */ #undef vextern #endif /*WOL_DRC_H*/ /* End. */