Moved input size variable to ui module

This commit is contained in:
James Booth
2015-01-15 13:22:54 +00:00
parent 40f91de7a3
commit 5be47cc5a9
4 changed files with 10 additions and 10 deletions

View File

@@ -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;
}