]> rtime.felk.cvut.cz Git - frescor/frsh-forb.git/blob - src/fwp/fwp/old.mngr/gui.h
Added mutex to ensure atomicity of linked list operations
[frescor/frsh-forb.git] / src / fwp / fwp / old.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 void gui_end(void);
10
11 #endif