summaryrefslogtreecommitdiffstats
path: root/display.h
diff options
context:
space:
mode:
Diffstat (limited to 'display.h')
-rw-r--r--display.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/display.h b/display.h
index f5b8c2a..4cc15d0 100644
--- a/display.h
+++ b/display.h
@@ -28,6 +28,10 @@ void i_memory(long *stats);
void u_memory(long *stats);
void i_swap(long *stats);
void u_swap(long *stats);
+void i_db(struct db_info *db_info);
+void u_db(struct db_info *db_info);
+void i_io(struct io_info *io_info);
+void u_io(struct io_info *io_info);
void i_message();
void u_message();
void i_header(char *text);