/* Header for module wol_xtract, generated by p2c */ #ifndef WOL_XTRACT_H #define WOL_XTRACT_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 CITINFOMOD_H #include #endif #ifndef NEWASM_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 #ifndef EXT_DEFS_H #include "ext_defs.h" #endif #ifdef WOL_XTRACT_G # define vextern #else # define vextern extern #endif vextern boolean in_extract, xtr_display_nodes; extern void xtract_init(void); /* Call me only once!! */ extern void xtractor(void); extern void flatten(void); extern void draw_boxes(void); extern void xtr_flash(void); extern void mp_Xtract(point start); #undef vextern #endif /*WOL_XTRACT_H*/ /* End. */