about summary refs log tree commit diff stats
path: root/windows.h
diff options
context:
space:
mode:
Diffstat (limited to 'windows.h')
-rw-r--r--windows.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/windows.h b/windows.h
index 4f832c4b..05333254 100644
--- a/windows.h
+++ b/windows.h
@@ -35,4 +35,5 @@ void show_incomming_msg(char *from, char *message);
 void show_outgoing_msg(char *from, char *message);
 void cons_help(void);
 void cons_bad_command(char *cmd);
+void cons_show(char *cmd);
 #endif