--- psiconv/trunk/lib/psiconv/list.h 2000/12/22 22:31:50 71 +++ psiconv/trunk/lib/psiconv/list.h 2000/12/23 20:21:40 72 @@ -87,6 +87,10 @@ not enough memory could be allocated, 0 is simply returned. */ extern size_t psiconv_list_fread(psiconv_list l,size_t size, FILE *f); +/* Concatenate two lists. The element sized does not have to be the same, + but the result may be quite unexpected if it is not. */ +int psiconv_list_concat(psiconv_list l, const psiconv_list extra); + #ifdef __cplusplus }