Annotation of embedaddon/iftop/ui.h, revision 1.1

1.1     ! misho       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>