--- psiconv/trunk/lib/psiconv/common.h 2000/12/23 20:21:40 72 +++ psiconv/trunk/lib/psiconv/common.h 2003/11/27 11:43:51 173 @@ -24,17 +24,11 @@ #define PSICONV_COMMON_H #include -#include #ifdef __cplusplus extern "C" { #endif /* __cplusplus */ -typedef psiconv_list psiconv_buffer; /* of u8 */ - -#define psiconv_new_buffer() psiconv_list_new(sizeof(psiconv_u8)) -#define psiconv_free_buffer(buf) psiconv_list_free(buf) - /* *************** * misc.c * *************** */