/* $Id: convert.h,v 1.1.1.1 2004/04/11 19:06:33 root Exp $ */ #ifdef CONVERT #define CONV_NORMAL 0 #define CONV_GB 1 #define CONV_UTF8 2 typedef int (* read_write_type)(int, void *, size_t); #endif