From: Dave West Date: Thu, 3 Dec 2009 21:12:19 +0000 (+0000) Subject: Rename function as per dothebart's recomendation. X-Git-Tag: v7.86~581 X-Git-Url: https://code.citadel.org/?a=commitdiff_plain;h=13e483bfb67c07fc5e18fe4614ff5feb9fd44fe6;p=citadel.git Rename function as per dothebart's recomendation. --- 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);