about summary refs log tree commit diff stats
path: root/windows.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2012-02-18 22:51:08 +0000
committerJames Booth <boothj5@gmail.com>2012-02-18 22:51:08 +0000
commit18c97a431afb5421db21759e7ea8496ce0377abf (patch)
tree3f8d0b1b2cf15ec0bc389185568cddf93da36c6b /windows.h
parent809daa9395a0475ac0ffa8bf65c99aa2a28d752c (diff)
downloadprofani-tty-18c97a431afb5421db21759e7ea8496ce0377abf.tar.gz
Start command validation
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 2b7fa2e9..11c50f8f 100644
--- a/windows.h
+++ b/windows.h
@@ -36,6 +36,7 @@ void win_show_outgoing_msg(char *from, char *to, char *message);
 // console window actions
 void cons_help(void);
 void cons_bad_command(char *cmd);
+void cons_bad_connect(void);
 void cons_show(char *cmd);
 
 // status bar actions