#ifndef HASH_H #define HASH_H /* $Id$ */ void hash_update_s(unsigned int *, char *); void hash_update_n(unsigned int *, unsigned int); #endif