diff options
author | James Booth <boothj5@gmail.com> | 2015-01-15 13:22:54 +0000 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2015-01-15 13:22:54 +0000 |
commit | 5be47cc5a9dc67b5aa206ed9c5a3bc743ab7af06 (patch) | |
tree | c1c585e56dc3f3bcf7b7e02905e38174feac3a2b /tests | |
parent | 40f91de7a3090f40657fb4be9ba8ca1c41257480 (diff) | |
download | profani-tty-5be47cc5a9dc67b5aa206ed9c5a3bc743ab7af06.tar.gz |
Moved input size variable to ui module
Diffstat (limited to 'tests')
-rw-r--r-- | tests/ui/stub_ui.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/stub_ui.c b/tests/ui/stub_ui.c index e5588cad..6c2d889c 100644 --- a/tests/ui/stub_ui.c +++ b/tests/ui/stub_ui.c @@ -323,7 +323,7 @@ void ui_update_presence(const resource_presence_t resource_presence, void ui_about(void) {} void ui_statusbar_new(const int win) {} -gboolean ui_get_char(char *input, int *size) +gboolean ui_get_char(char *input) { return FALSE; } |