Oops, missed comitting this file.
authorDave West <davew@uncensored.citadel.org>
Thu, 3 Dec 2009 21:28:11 +0000 (21:28 +0000)
committerDave West <davew@uncensored.citadel.org>
Thu, 3 Dec 2009 21:28:11 +0000 (21:28 +0000)
libcitadel/lib/hash.c

index 33e3cfadea18e4c245d8c09e3c10f61563b9cbd9..0c039ed8e2dad0699839f901a394b26c14ab8b7f 100644 (file)
@@ -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;