Return to tui.h CVS log | Up to [ELWIX - Embedded LightWeight unIX -] / embedaddon / iftop |
1.1 misho 1: /* 2: * tui.h: 3: * 4: * 5: */ 6: 7: #ifndef __TUI_H_ /* include guard */ 8: #define __TUI_H_ 9: 10: void tui_print(void); 11: void tui_init(void); 12: void tui_loop(void); 13: void tui_tick(int); 14: 15: #endif /* __TUI_H_ */