From 13e483bfb67c07fc5e18fe4614ff5feb9fd44fe6 Mon Sep 17 00:00:00 2001 From: Dave West Date: Thu, 3 Dec 2009 21:12:19 +0000 Subject: [PATCH] Rename function as per dothebart's recomendation. --- libcitadel/lib/libcitadel.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libcitadel/lib/libcitadel.h b/libcitadel/lib/libcitadel.h index f76fd9e75..fcb009be6 100644 --- a/libcitadel/lib/libcitadel.h +++ b/libcitadel/lib/libcitadel.h @@ -447,7 +447,7 @@ int GetHashKeys(HashList *Hash, char ***List); int dbg_PrintHash(HashList *Hash, PrintHashContent first, PrintHashContent Second); int PrintHash(HashList *Hash, TransitionFunc Trans, PrintHashDataFunc PrintEntry); HashPos *GetNewHashPos(HashList *Hash, int StepWidth); -int SetHashPosFromKey(HashList *Hash, const char *HKey, long HKLen, HashPos *At); +int GetHashPosFromKey(HashList *Hash, const char *HKey, long HKLen, HashPos *At); int DeleteEntryFromHash(HashList *Hash, HashPos *At); int GetHashPosCounter(HashList *Hash, HashPos *At); void DeleteHashPos(HashPos **DelMe); -- 2.39.2