comparison src/text/gftp-text.h @ 846:77660334b282

2006-11-2 Brian Masney <masneyb@gftp.org> * src/text/gftp-text.c src/text/gftp-text.h src/text/textui.c - use gftp_string_from_utf8() for the conversion between the various character sets.
author masneyb
date Fri, 03 Nov 2006 03:07:44 +0000
parents 84d38c525f46
children
comparison
equal deleted inserted replaced
845:8263cc35c027 846:77660334b282
30 #include <readline/history.h> 30 #include <readline/history.h>
31 #endif 31 #endif
32 32
33 unsigned 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 ( gftp_request * request,
36 const char *question,
36 int echo, 37 int echo,
37 char *buf, 38 char *buf,
38 size_t size ); 39 size_t size );
39 40
40 #endif 41 #endif