--- psiconv/trunk/lib/psiconv/common.h 2000/12/22 22:31:50 71 +++ psiconv/trunk/lib/psiconv/common.h 2000/12/23 20:21:40 72 @@ -32,6 +32,9 @@ 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 * *************** */