summaryrefslogtreecommitdiff
path: root/ui.h
diff options
context:
space:
mode:
authorpdw <>2002-03-24 16:22:26 +0000
committerpdw <>2002-03-24 16:22:26 +0000
commit3004ea063cbb186a63af99a2e13d7cb09f23360d (patch)
treed617af0ad0619334f899d3405350edb9b1b2407b /ui.h
downloadiftop-3004ea063cbb186a63af99a2e13d7cb09f23360d.zip
iftop
Diffstat (limited to 'ui.h')
-rw-r--r--ui.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/ui.h b/ui.h
new file mode 100644
index 0000000..723f811
--- /dev/null
+++ b/ui.h
@@ -0,0 +1,14 @@
+/*
+ * ui.h:
+ *
+ *
+ */
+
+#ifndef __UI_H_ /* include guard */
+#define __UI_H_
+
+void ui_print();
+void ui_loop();
+void ui_finish();
+
+#endif /* __UI_H_ */