--- psiconv/trunk/lib/psiconv/list.h 2000/12/16 16:27:46 69 +++ psiconv/trunk/lib/psiconv/list.h 2000/12/20 22:07:49 70 @@ -69,7 +69,7 @@ As the lists extends itself, it may be necessary to allocate new memory. If this fails, a negative error-code is returned. If everything, succeeds, 0 is returned. */ -extern int psiconv_list_add(psiconv_list l, void *el); +extern int psiconv_list_add(psiconv_list l, const void *el); /* Do some action for each element. Note: you can directly modify the elements supplied to action, and they will be changed in the list,