--- psiconv/trunk/lib/psiconv/list.h 2000/12/10 02:17:45 55 +++ psiconv/trunk/lib/psiconv/list.h 2000/12/10 15:44:40 56 @@ -32,7 +32,7 @@ /* Always use psiconv_list, never struct psiconv_list */ /* No need to export the actual internal format */ -typedef struct psiconv_list *psiconv_list; +typedef struct psiconv_list_s *psiconv_list; /* Before using a list, call list_new. It takes the size of a single element as its argument. Always compute it with a sizeof() expression, just to be