about summary refs log tree commit diff stats
path: root/windows.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2012-02-19 00:43:35 +0000
committerJames Booth <boothj5@gmail.com>2012-02-19 00:43:35 +0000
commitd151b2d088105e0d7785ac89cea448a0f6cf339c (patch)
treeb4e45bdd0256a68fb342d8c6fd1d9f8ec510586b /windows.h
parent355f2a68fd7431a9ec5667c1aa6a04d566a21a1c (diff)
downloadprofani-tty-d151b2d088105e0d7785ac89cea448a0f6cf339c.tar.gz
Tarted up console
Diffstat (limited to 'windows.h')
-rw-r--r--windows.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/windows.h b/windows.h
index 46e26ec8..a5abe763 100644
--- a/windows.h
+++ b/windows.h
@@ -40,6 +40,9 @@ void cons_bad_command(char *cmd);
 void cons_bad_connect(void);
 void cons_bad_message(void);
 void cons_show(char *cmd);
+void cons_good_show(char *cmd);
+void cons_bad_show(char *cmd);
+void cons_highlight_show(char *cmd);
 
 // status bar actions
 void status_bar_refresh(void);