]> gitweb.fperrin.net Git - iftop.git/blobdiff - tui.h
Import iftop-1.0pre4
[iftop.git] / tui.h
diff --git a/tui.h b/tui.h
new file mode 100644 (file)
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_ */