]> rtime.felk.cvut.cz Git - frescor/fwp.git/blob - fwp/old.mngr/gui.h
Added support for contract negotiation
[frescor/fwp.git] / 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