X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=libcitadel%2Flib%2Fhash.c;h=20e0f1222690510df5441ab5767ff96a0aee5e2c;hb=c80bea928b270a257fa0bff334bd02ffa08af470;hp=1de53624da09f57355213fb1b6100bdb1263db85;hpb=6f1846672284d64b74a10937813320271293ad66;p=citadel.git diff --git a/libcitadel/lib/hash.c b/libcitadel/lib/hash.c index 1de53624d..20e0f1222 100644 --- a/libcitadel/lib/hash.c +++ b/libcitadel/lib/hash.c @@ -565,7 +565,7 @@ void DeleteHashPos(HashPos **DelMe) * \param Data returns the Data found at HashPos * \returns whether the item was found or not. */ -int GetNextHashPos(HashList *Hash, HashPos *At, long *HKLen, char **HashKey, void **Data) +int GetNextHashPos(HashList *Hash, HashPos *At, long *HKLen, const char **HashKey, void **Data) { long PayloadPos;