1 /* $OpenBSD: ohash_int.h,v 1.3 2006/01/16 15:52:25 espie Exp $ */
3 #if HAVE_NBTOOL_CONFIG_H
4 #include "nbtool_config.h"
13 struct _ohash_record
{
18 #define DELETED ((const char *)h)
19 #define NONE (h->size)
21 /* Don't bother changing the hash table if the change is small enough. */
22 #define MINSIZE (1UL << 4)