about summary refs log tree commit diff stats
path: root/src/ui/ui.h
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 /src/ui/ui.h
parent40f91de7a3090f40657fb4be9ba8ca1c41257480 (diff)
downloadprofani-tty-5be47cc5a9dc67b5aa206ed9c5a3bc743ab7af06.tar.gz
Moved input size variable to ui module
Diffstat (limited to 'src/ui/ui.h')
-rw-r--r--src/ui/ui.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/ui.h b/src/ui/ui.h
index a482826b..8141ed2a 100644
--- a/src/ui/ui.h
+++ b/src/ui/ui.h
@@ -229,7 +229,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);
 void ui_input_clear(void);
 void ui_input_nonblocking(gboolean);
 void ui_replace_input(char *input, const char * const new_input, int *size);