comparison src/text/gftp-text.h @ 675:84d38c525f46

2005-1-24 Brian Masney <masneyb@gftp.org> * src/text/gftp-text.c (gftp_text_ask_question, gftp_text_write_string) - convert the string from UTF8 to the users' current locale before it is displayed * src/text/gftp-text.c src/text/gftp-text.h - fixed signed/unsigned mismatch when calculating the window size * src/gtk/transfer.c (update_file_status) - expanded the maximum length of the dlstr variable
author masneyb
date Tue, 25 Jan 2005 01:11:00 +0000
parents 14da115b149b
children 77660334b282
comparison
equal deleted inserted replaced
674:cecd264e1e40 675:84d38c525f46
28 #if HAVE_LIBREADLINE 28 #if HAVE_LIBREADLINE
29 #include <readline/readline.h> 29 #include <readline/readline.h>
30 #include <readline/history.h> 30 #include <readline/history.h>
31 #endif 31 #endif
32 32
33 int gftp_text_get_win_size ( void ); 33 unsigned int gftp_text_get_win_size ( void );
34 34
35 char * gftp_text_ask_question ( const char *question, 35 char * gftp_text_ask_question ( const char *question,
36 int echo, 36 int echo,
37 char *buf, 37 char *buf,
38 size_t size ); 38 size_t size );