| 35493:62d9335e57ba | 35494:e631108a5464 |
|---|---|
| 29 * @title: Startup and Shutdown UI | 29 * @title: Startup and Shutdown UI |
| 30 */ | 30 */ |
| 31 | 31 |
| 32 #include "gnt.h" | 32 #include "gnt.h" |
| 33 | 33 |
| 34 void gnt_ui_init(void); | 34 void finch_ui_init(void); |
| 35 void gnt_ui_uninit(void); | 35 void finch_ui_uninit(void); |
| 36 | 36 |
| 37 #endif | 37 #endif |