--- psiconv/trunk/lib/psiconv/data.h 2000/12/28 15:49:12 86 +++ psiconv/trunk/lib/psiconv/data.h 2000/12/30 22:17:59 87 @@ -513,6 +513,9 @@ (const psiconv_character_layout value1, const psiconv_character_layout value2); +/* Get a newly allocated file with sensible defaults, ready to generate. */ +extern psiconv_file psiconv_empty_file(psiconv_file_type_t type); + #ifdef __cplusplus }