From: Dave West Date: Thu, 3 Dec 2009 21:28:11 +0000 (+0000) Subject: Oops, missed comitting this file. X-Git-Tag: v7.86~580 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=0e80e5755ca89b5edcc5992ad2c8960e8e261e33 Oops, missed comitting this file. --- 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;