27 struct nlist **hashtab;
37 struct hash* hash_new(
int size);
38 unsigned int hashfunc(
struct hash *h,
char *s);
39 struct nlist *hash_lookup(
struct hash *h,
char *s);
40 struct nlist *hash_add(
struct hash *h,
char *key,
char *val);
42 void hash_destroy(
struct hash *h);