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

/*
 * tui.h:
 *
 *
 */

#ifndef __TUI_H_ /* include guard */
#define __TUI_H_

void tui_print(void);
void tui_init(void);
void tui_loop(void);
void tui_tick(int);

#endif /* __TUI_H_ */

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