--- psiconv/trunk/lib/psiconv/list.c 2000/12/10 02:17:45 55 +++ psiconv/trunk/lib/psiconv/list.c 2000/12/10 15:44:40 56 @@ -26,7 +26,7 @@ static void psiconv_list_resize(psiconv_list l,unsigned int nr); -struct psiconv_list { +struct psiconv_list_s { int cur_len; int max_len; int el_size;