X-Git-Url: https://git.rrq.au/?a=blobdiff_plain;f=vector%2Fhashvector.h;h=2754fb1fc737ed674821e11cd98b43193770434c;hb=2be3617b0022de55a8f2017ac8d645deda2fee5a;hp=ec7eb8f594a4c9b74cb1c9cfe136df6e51a4c159;hpb=47f0e2bd1cc8942f5c92ffa2f37db416d98d9e9e;p=rrq%2Frrqmisc.git diff --git a/vector/hashvector.h b/vector/hashvector.h index ec7eb8f..2754fb1 100644 --- a/vector/hashvector.h +++ b/vector/hashvector.h @@ -172,6 +172,8 @@ extern unsigned long hashvector_hashcode(unsigned char *key,unsigned long n); * \note The \ref hashvector record is allocated with malloc and the * caller is responsible for free-ing the memory block when it's no * longer needed. + * + * \related hashvector */ extern hashvector *hashvector_create( enum vector_variant variant,itemkeyfun *type);