mud/fluffos-2.23-ds03/hash.h
2020-09-06 05:43:07 -07:00

10 lines
94 B
C

#ifndef HASH_H
#define HASH_H
/*
* hash.c
*/
unsigned int whashstr (const char *);
#endif