]> rtime.felk.cvut.cz Git - frescor/fwp.git/blob - fwp/mngr/gui.h
dbb4c0bc7f40b6dbbf175eea77ac02e83e1ed6b5
[frescor/fwp.git] / fwp / mngr / gui.h
1 #ifndef GUI_H
2 #define GUI_H
3
4 /* FIXME: Conditionally define these functions as empty macros (to
5  * disable GUI). */
6
7 void gui_init(void);
8 void gui_print_status(void);
9
10 #endif