diff options
author | James Booth <boothj5@gmail.com> | 2015-11-01 18:56:34 +0000 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2015-11-01 18:56:34 +0000 |
commit | d6e4b74802cdfb4336c20b3041a892186f9a3dc6 (patch) | |
tree | 889e3b9714abb5255d37b39b10fc44affddfdd12 /tests/unittests | |
parent | 8195ab42cb97c5597f4deb48f92be04afe933abc (diff) | |
download | profani-tty-d6e4b74802cdfb4336c20b3041a892186f9a3dc6.tar.gz |
Removed ui_input_nonblocking()
Diffstat (limited to 'tests/unittests')
-rw-r--r-- | tests/unittests/ui/stub_ui.c | 4 |
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)) {} |