diff lib/gftp.h @ 842:0d6fba16c7db

2006-11-2 Brian Masney <masneyb@gftp.org> * lib/gftp.h lib/protocols.c - added _do_convert_string(), which is the common code that was in gftp_string_to_utf8() and gftp_string_from_utf8().
author masneyb
date Fri, 03 Nov 2006 02:01:16 +0000
parents 57aad6d4b304
children 8263cc35c027
line wrap: on
line diff
--- a/lib/gftp.h	Fri Nov 03 01:36:01 2006 +0000
+++ b/lib/gftp.h	Fri Nov 03 02:01:16 2006 +0000
@@ -500,6 +500,7 @@
 #if GLIB_MAJOR_VERSION > 1
   GIConv iconv; 
   unsigned int iconv_initialized : 1;
+  char *iconv_charset;
 #endif
 };