#ifndef WH_SCREEN_H_adc8ccda_ #define WH_SCREEN_H_adc8ccda_ /* * APIs exported by screen.c. */ /* * Clean up the screen and reset tty modes for exit. */ extern void cleanupscreen(void); /* * Initialize the screen and tty modes. */ extern void initscreen(void); #endif