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