/* $Id$ */ void crc_init_table (void); u_int32_t crc_update (char *p, size_t len, u_int32_t res);