00001 00022 #ifndef _GNT_UI_H 00023 #define _GNT_UI_H 00024 00025 #include "gnt.h" 00026 00027 void gnt_ui_init(void); 00028 void gnt_ui_uninit(void); 00029 00030 #endif