Rename function as per dothebart's recomendation.
authorDave West <davew@uncensored.citadel.org>
Thu, 3 Dec 2009 21:12:19 +0000 (21:12 +0000)
committerDave West <davew@uncensored.citadel.org>
Thu, 3 Dec 2009 21:12:19 +0000 (21:12 +0000)
libcitadel/lib/libcitadel.h

index f76fd9e758fe8b6f4bc5fe91e033b715173f54ba..fcb009be6a58bc87ada3ce95409aab3949bc378c 100644 (file)
@@ -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);