console interface files

This commit is contained in:
Arnout Engelen
2004-09-17 19:23:20 +00:00
parent 45e3157f67
commit 498a3df635
2 changed files with 284 additions and 0 deletions

8
cui.h Normal file
View File

@@ -0,0 +1,8 @@
/* NetHogs console UI */
void do_refresh ();
void init_ui ();
void exit_ui ();
/* periodically gives some CPU-time to the UI */
void ui_tick ();