10 lines
145 B
C
10 lines
145 B
C
#ifndef HASH_H
|
|
#define HASH_H
|
|
|
|
/* $Id$ */
|
|
|
|
void hash_update_s(unsigned int *, char *);
|
|
void hash_update_n(unsigned int *, unsigned int);
|
|
|
|
#endif
|