diff options
author | James Booth <boothj5@gmail.com> | 2015-11-01 18:38:21 +0000 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2015-11-01 18:38:21 +0000 |
commit | 4c42ce9701fa4df960a8b20d704ac611e4866dfa (patch) | |
tree | 33e4763b473382311bdea721d4f55ec8c324d046 /tests/unittests/ui | |
parent | 17488ca3462380cfc3be5ec1d6bac2675a45cc90 (diff) | |
download | profani-tty-4c42ce9701fa4df960a8b20d704ac611e4866dfa.tar.gz |
Removed ui_readline()
Diffstat (limited to 'tests/unittests/ui')
-rw-r--r-- | tests/unittests/ui/stub_ui.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unittests/ui/stub_ui.c b/tests/unittests/ui/stub_ui.c index 39f4445a..c71780bb 100644 --- a/tests/unittests/ui/stub_ui.c +++ b/tests/unittests/ui/stub_ui.c @@ -313,7 +313,7 @@ void ui_update_presence(const resource_presence_t resource_presence, const char * const message, const char * const show) {} void ui_statusbar_new(const int win) {} -char* ui_readline(void) +char* inp_readline(void) { return NULL; } |