File: cui.h

package info (click to toggle)
nethogs 0.8.0-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 272 kB
  • ctags: 336
  • sloc: cpp: 2,161; ansic: 267; makefile: 94
file content (8 lines) | stat: -rw-r--r-- 147 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
/* NetHogs console UI */

void do_refresh ();
void init_ui ();
void exit_ui ();

/* periodically gives some CPU-time to the UI */
void ui_tick ();