about summary refs log tree commit diff stats
path: root/src/ui/ui.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2014-04-09 22:29:38 +0100
committerJames Booth <boothj5@gmail.com>2014-04-09 22:29:38 +0100
commite97ec56fce641554ff7aa2ff9f0583e1fb9fc364 (patch)
tree8db6eff2bc9cc60098077765fa9417976cd164ef /src/ui/ui.h
parent714ee2486353361898df7f5bb339e9be3f456830 (diff)
downloadprofani-tty-e97ec56fce641554ff7aa2ff9f0583e1fb9fc364.tar.gz
Added ui_already_connected
Diffstat (limited to 'src/ui/ui.h')
-rw-r--r--src/ui/ui.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/ui.h b/src/ui/ui.h
index fc689305..7543e6a8 100644
--- a/src/ui/ui.h
+++ b/src/ui/ui.h
@@ -161,6 +161,7 @@ void (*ui_replace_input)(char *input, const char * const new_input, int *size);
 
 void (*ui_invalid_command_usage)(const char * const usage, void (**setting_func)(void));
 void (*ui_unknown_command)(const char * const input);
+void (*ui_already_connected)(void);
 
 // console window actions
 void (*cons_show)(const char * const msg, ...);