File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / iftop / ui.h
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Tue Feb 21 16:57:34 2012 UTC (12 years, 4 months ago) by misho
Branches: iftop, MAIN
CVS tags: v0_17p0, v0_17, HEAD
iftop

    1: /*
    2:  * ui.h:
    3:  *
    4:  *
    5:  */
    6: 
    7: #ifndef __UI_H_ /* include guard */
    8: #define __UI_H_
    9: 
   10: void ui_print(void);
   11: void ui_loop(void);
   12: void ui_finish(void);
   13: void ui_tick(int);
   14: 
   15: #endif /* __UI_H_ */

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