#ifndef _UI_H_78a59904_ #define _UI_H_78a59904_ #include "datastruct.h" extern void ui_abort(void); extern void ui_main_loop(void); extern HUNK *new_hunk(void); #endif