about summary refs log tree commit diff stats
path: root/tests
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-11-01 18:56:34 +0000
committerJames Booth <boothj5@gmail.com>2015-11-01 18:56:34 +0000
commitd6e4b74802cdfb4336c20b3041a892186f9a3dc6 (patch)
tree889e3b9714abb5255d37b39b10fc44affddfdd12 /tests
parent8195ab42cb97c5597f4deb48f92be04afe933abc (diff)
downloadprofani-tty-d6e4b74802cdfb4336c20b3041a892186f9a3dc6.tar.gz
Removed ui_input_nonblocking()
Diffstat (limited to 'tests')
-rw-r--r--tests/unittests/ui/stub_ui.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/unittests/ui/stub_ui.c b/tests/unittests/ui/stub_ui.c
index c60746d2..eaba66fc 100644
--- a/tests/unittests/ui/stub_ui.c
+++ b/tests/unittests/ui/stub_ui.c
@@ -314,9 +314,9 @@ char* inp_readline(void)
     return NULL;
 }
 
-void ui_inp_history_append(char *inp) {}
+void inp_nonblocking(gboolean reset) {}
 
-void ui_input_nonblocking(gboolean reset) {}
+void ui_inp_history_append(char *inp) {}
 
 void ui_invalid_command_usage(const char * const usage, void (*setting_func)(void)) {}