--- psiconv/trunk/lib/psiconv/parse_routines.h 2001/01/30 23:15:24 100 +++ psiconv/trunk/lib/psiconv/parse_routines.h 2001/01/30 23:57:28 101 @@ -59,6 +59,10 @@ psiconv_u32 off, int *length, psiconv_bool_t *result); +extern psiconv_float_t psiconv_read_float(const psiconv_buffer buf, int lev, + psiconv_u32 off, int *length, int *status); + + /* ****************** * parse_layout.c *