X-Git-Url: https://git.rrq.au/?a=blobdiff_plain;f=htable%2Fhtable.h;h=c002dc602ecf03448d1da07c56b91e75810ef91a;hb=4e5a12ca4bfd6541fac14c1b0fa0d6e12168ce88;hp=e0233b269cdeb189e939b8b56062991d311fecc0;hpb=19287a5a058ceea0804a448d0a6fe80347a383cd;p=rrq%2Frrqmisc.git diff --git a/htable/htable.h b/htable/htable.h index e0233b2..c002dc6 100644 --- a/htable/htable.h +++ b/htable/htable.h @@ -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