From 0e80e5755ca89b5edcc5992ad2c8960e8e261e33 Mon Sep 17 00:00:00 2001 From: Dave West Date: Thu, 3 Dec 2009 21:28:11 +0000 Subject: [PATCH] Oops, missed comitting this file. --- libcitadel/lib/hash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libcitadel/lib/hash.c b/libcitadel/lib/hash.c index 33e3cfade..0c039ed8e 100644 --- a/libcitadel/lib/hash.c +++ b/libcitadel/lib/hash.c @@ -592,7 +592,7 @@ HashPos *GetNewHashPos(HashList *Hash, int StepWidth) * @param At HashPos to update * \returns 0 if not found */ -int SetHashPosFromKey(HashList *Hash, const char *HKey, long HKLen, HashPos *At) +int GetHashPosFromKey(HashList *Hash, const char *HKey, long HKLen, HashPos *At) { long HashBinKey; long HashAt; -- 2.30.2