about summary refs log tree commit diff stats
path: root/windows.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2012-02-09 02:47:25 +0000
committerJames Booth <boothj5@gmail.com>2012-02-09 02:47:25 +0000
commitf5013914ef41cb12ca430890181e7269ee13739e (patch)
tree194a9047ab9438b6d0469ccd3c285c6d038b9a7b /windows.h
parentbdf5e483c63c84f7b0fe417c31fc8b3e185fcc4b (diff)
downloadprofani-tty-f5013914ef41cb12ca430890181e7269ee13739e.tar.gz
Added roster command
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