X-Git-Url: http://gitweb.fperrin.net/?p=iftop.git;a=blobdiff_plain;f=tui.h;fp=tui.h;h=95f5bf3a2ae1401fef1345ee96be899006c57cfa;hp=0000000000000000000000000000000000000000;hb=626b3a3ea024fcad4111b93e9b527119a0e882dd;hpb=cd1db5a0a5c698b647e554a003c7e48b5db695f5 diff --git a/tui.h b/tui.h new file mode 100644 index 0000000..95f5bf3 --- /dev/null +++ b/tui.h @@ -0,0 +1,15 @@ +/* + * 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_ */