blob: 88933d541ad58da3b90bd72da1cdb5f0c8d89870 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
/* $Id: convert.h 1374 2003-11-27 14:11:40Z victor $ */
#ifdef CONVERT
#define CONV_NORMAL 0
#define CONV_GB 1
#define CONV_UTF8 2
typedef int (* read_write_type)(int, void *, size_t);
#endif
|