Rename win_get_string -> win_to_string

This commit is contained in:
James Booth
2016-10-15 16:41:37 +01:00
parent 8cf9e0cccc
commit 6ed04d87b3
4 changed files with 4 additions and 4 deletions

View File

@@ -534,7 +534,7 @@ void win_show_info(ProfWin *window, PContact contact) {}
void win_println(ProfWin *window, int pad, const char * const message) {}
void win_vprintln_ch(ProfWin *window, char ch, const char *const message, ...) {}
void win_clear(ProfWin *window) {}
char* win_get_string(ProfWin *window)
char* win_to_string(ProfWin *window)
{
return NULL;
}