get_input_bytes
static bool_t get_input_bytes(RECSTREAM *, caddr_t, int);
if (! get_input_bytes(rstrm, addr, current))
if (! get_input_bytes(rstrm, (caddr_t)&header, sizeof(header)))
static bool_t get_input_bytes(RECSTREAM *, char *, int);
if (! get_input_bytes(rstrm, addr, current))
if (! get_input_bytes(rstrm, (char *)(void *)&header, sizeof(header)))