File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / iftop / tui.h
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Tue Oct 18 14:04:50 2016 UTC (7 years, 7 months ago) by misho
Branches: iftop, MAIN
CVS tags: v1_0rc4, HEAD
iftop 1.0pre4

    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_ */

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>