corrections
[rrq/rrqmisc.git] / htable / htable.h
index e0233b269cdeb189e939b8b56062991d311fecc0..c002dc602ecf03448d1da07c56b91e75810ef91a 100644 (file)
@@ -71,4 +71,6 @@ void htdump(htable *table,void (*dumpitem)(int i,unsigned char *p));
            .esize = sizeof( ((type *)0)->member ), .hashcode = hashcodefn, \
            .lock = PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP }
 
+#define HTHOLE ((unsigned char *)1)
+
 #endif // HTABLE_H