about summary refs log tree commit diff stats
path: root/tests
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-01-15 13:22:54 +0000
committerJames Booth <boothj5@gmail.com>2015-01-15 13:22:54 +0000
commit5be47cc5a9dc67b5aa206ed9c5a3bc743ab7af06 (patch)
treec1c585e56dc3f3bcf7b7e02905e38174feac3a2b /tests
parent40f91de7a3090f40657fb4be9ba8ca1c41257480 (diff)
downloadprofani-tty-5be47cc5a9dc67b5aa206ed9c5a3bc743ab7af06.tar.gz
Moved input size variable to ui module
Diffstat (limited to 'tests')
-rw-r--r--tests/ui/stub_ui.c2
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;
 }