about summary refs log tree commit diff stats
path: root/windows.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2012-02-17 00:42:41 +0000
committerJames Booth <boothj5@gmail.com>2012-02-17 00:42:41 +0000
commit03b90cf5abfcd802fd901ba2879388be209d7b5e (patch)
treeed00ee4b4d32ade068aa7e60ab24b5dc0ea9c115 /windows.h
parent3be10300f4710b959ea795143c5d6ad261942b76 (diff)
downloadprofani-tty-03b90cf5abfcd802fd901ba2879388be209d7b5e.tar.gz
Handles failed logins correctly
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 ac1ba8e8..2b7fa2e9 100644
--- a/windows.h
+++ b/windows.h
@@ -21,6 +21,8 @@ void create_input_window(void);
 // title bar actions
 void title_bar_refresh(void);
 void title_bar_show(char *title);
+void title_bar_connected(void);
+void title_bar_disconnected(void);
 
 // main window actions
 int win_is_active(int i);
@@ -51,6 +53,7 @@ void inp_poll_char(int *ch, char command[], int *size);
 void inp_clear(void);
 void inp_put_back(void);
 void inp_non_block(void);
+void inp_block(void);
 void inp_get_password(char *passwd);
 
 #endif