summaryrefslogblamecommitdiffstats
path: root/include/convert.h
blob: cafa08b7247f11d87b2b035316e3b6c331a72ede (plain) (tree)
1
2
3
4
5
6
7
8
9
10
                                                       
 
              
 


                         
 

                                                        
 
      
/* $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 ssize_t (*read_write_type)(int, void *, size_t);
typedef ssize_t (*convert_type)(void *, ssize_t);

#endif