#ifndef _ba_ko_hg_ #define _ba_ko_hg_ enum koment_type { RECEIVED, SEND, NOTICEBOARD, }; void komens_page(koment_type type); #endif